ConversionToDecimal(Object) Method

Return the Decimal representation of the specified object.

Definition

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

Parameters

value  Object
Numeric value.

Return Value

Decimal
Decimal value converted from the abstract object.

See Also