Click or drag to resize

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
C#
public static float ToSingle(
	Object value
)

Parameters

value
Type: SystemObject
The object to be converted.

Return Value

Type: Single
The float value.
See Also