LongStringToDecimal Method
Return the most appropriate individual decimal representation of this
object.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public decimal ToDecimal(
IFormatProvider provider
)
Public Function ToDecimal (
provider As IFormatProvider
) As Decimal
No code example is currently available or this language may not be supported.
- provider IFormatProvider
-
Format provider.
Decimal
A decimal representation of this value.
IConvertibleToDecimal(IFormatProvider)