Report Manager Documentation |
|
Variant.GetTypeString�Method�
Function to get the type of the value as a string.
public�
string�GetTypeString();
Return Value
Returns the string representation from the type of the value. Possible values are:
- VariantType.Null
- VariantType.Boolean
- VariantType.Byte
- VariantType.Char
- VariantType.Integer
- VariantType.Long
- VariantType.Decimal
- VariantType.Double
- VariantType.DateTime
- VariantType.Binary
- VariantType.String
See Also
Variant Class | Reportman.Reporting Namespace