Method ToType
ToType(in PlessVariant, Type, IFormatProvider)
Gets variant as object of the specified type using format provider.
object? ToType(in PlessVariant value, Type resultType, IFormatProvider provider)
Parameters
valuePlessVariantVariant to convert.
resultTypeTypeType of the result.
providerIFormatProviderAn object that supplies culture-specific formatting information.