.NET Framework Class Library
Decimal.Parse Method

Converts the String representation of a number to its Decimal equivalent.

Overload List

Name Description
Decimal.Parse (String) Converts the String representation of a number to its Decimal equivalent.

Supported by the .NET Compact Framework.

Decimal.Parse (String, IFormatProvider) Converts the String representation of a number to its Decimal equivalent using the specified culture-specific format information.

Supported by the .NET Compact Framework.

Decimal.Parse (String, NumberStyles) Converts the String representation of a number in a specified style to its Decimal equivalent using the specified formatting style.

Supported by the .NET Compact Framework.

Decimal.Parse (String, NumberStyles, IFormatProvider) Converts the String representation of a number to its Decimal equivalent using the specified style and culture-specific format.

Supported by the .NET Compact Framework.

See Also

Tags :


Page view tracker