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