LongStringToDecimal Method

Return the most appropriate individual decimal representation of this object.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.2822.3845
C#
public decimal ToDecimal(
	IFormatProvider provider
)

Parameters

provider  IFormatProvider
Format provider.

Return Value

Decimal
A decimal representation of this value.

Implements

IConvertibleToDecimal(IFormatProvider)

See Also