ConvertUtil Class |
Namespace: Nova.Utilities
public static class ConvertUtil
The ConvertUtil type exposes the following members.
Name | Description | |
---|---|---|
ToDecimal |
Converts the specified object to a decimal value.
Unlike ToDecimal(Object), converts a char to a decimal.
| |
ToDouble |
Converts the specified object to a double value.
Unlike ToDouble(Object), converts a char to a double.
| |
ToSingle |
Converts the specified object to a float value.
Unlike ToSingle(Object), converts a char to a float.
|