The following tables list the members exposed by CalcConvert.
Name | Description | |
---|---|---|
IsNumber | Determines whether the specified value is a numeric data type. | |
ToBool | Converts the specified value to a boolean value. | |
ToDateTime | Converts the specified value to a DateTime value. | |
ToDouble | Converts the specified value to a double-precision, floating-point number. | |
ToInt | Converts the specified value to a 32-bit signed integer. | |
ToString | Overloaded. Converts the specified value to a string representation. | |
ToTimeSpan | Converts the specified value to a TimeSpan value. | |
TryConvert | Overloaded. Convert a value to decimal value. The converted value is matched with IsNumber function. |