Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

Decimal::TryParse Method

 

Converts the string representation of a number to its Decimal equivalent. A return value indicates whether the conversion succeeded or failed.

Namespace:   System
Assembly:  mscorlib (in mscorlib.dll)

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticTryParse(String^, Decimal%)

Converts the string representation of a number to its Decimal equivalent. A return value indicates whether the conversion succeeded or failed.

System_CAPS_pubmethodSystem_CAPS_staticTryParse(String^, NumberStyles, IFormatProvider^, Decimal%)

Converts the string representation of a number to its Decimal equivalent using the specified style and culture-specific format. A return value indicates whether the conversion succeeded or failed.

Return to top
Show: