TryParse(String, Money) | Converts the String representation of a number to its Money equivalent. A return value indicates whether the conversion succeeded or failed. |
TryParse(String, ICurrency, Money) | Converts the String representation of a number to its Money equivalent. A return value indicates whether the conversion succeeded or failed. |
TryParse(String, ICurrency, NumberStyles, IFormatProvider, Money) | Converts the String representation of a number to its Money equivalent using the specified style and culture-specific format. A return value indicates whether the conversion succeeded or failed. |