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
value
PlessVariantVariant to convert.
resultType
TypeType of the result.
provider
IFormatProviderAn object that supplies culture-specific formatting information.