ConvertUtilToSingle Method |
Converts the specified object to a float value.
Unlike ToSingle(Object), converts a char to a float.
Namespace:
Nova.Utilities
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax public static float ToSingle(
Object value
)
Parameters
- value
- Type: SystemObject
The object to be converted.
Return Value
Type:
SingleThe float value.
See Also