ConversionToSingle(Object) Method

Return the Single representation of the specified object.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.2822.3845
C#
public static float ToSingle(
	Object value
)

Parameters

value  Object
Numeric value.

Return Value

Single
Single value converted from the abstract object.

See Also