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