Method ToUInt16
ToUInt16(in PlessVariant)
Gets variant as ushort.
ushort ToUInt16(in PlessVariant value)
Parameters
value
PlessVariantVariant to convert.
Returns
ToUInt16(in PlessVariant, IFormatProvider)
Gets variant as ushort using the specified format provider.
ushort ToUInt16(in PlessVariant value, IFormatProvider provider)
Parameters
value
PlessVariantVariant to convert.
provider
IFormatProviderAn object that supplies culture-specific formatting information.