Mono Class Library: System.Decimal Overview | Members

System.Decimal.Parse Overloads

The overloads of Parse are listed below. For a list of all members, see the Decimal Members list.

Public Methods

static
Parse(string) : decimal
Returns the specified string converted to a decimal value.
static
Parse(string, System.Globalization.NumberStyles) : decimal
Returns the specified string converted to a decimal value.
static
Parse(string, IFormatProvider) : decimal
Returns the specified string converted to a decimal value.
static
Parse(string, System.Globalization.NumberStyles, IFormatProvider) : decimal
Returns the specified string converted to a decimal value.