ConversionToSingle(Object) Method
Return the Single representation of the specified object.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public static float ToSingle(
Object value
)
Public Shared Function ToSingle (
value As Object
) As Single
No code example is currently available or this language may not be supported.
- value Object
-
Numeric value.
Single
Single value converted from the abstract object.