The overloads of Parse are listed below. For a list of all members, see the Decimal Members list.
staticParse(string) : decimal Returns the specified string converted to a decimal value. staticParse(string, System.Globalization.NumberStyles) : decimal Returns the specified string converted to a decimal value. staticParse(string, IFormatProvider) : decimal Returns the specified string converted to a decimal value. staticParse(string, System.Globalization.NumberStyles, IFormatProvider) : decimal Returns the specified string converted to a decimal value.