Int32.TryParse Method
.NET Framework 2.0
Converts the string representation of a number to its 32-bit signed integer equivalent. A return value indicates whether the operation succeeded.
Int32 Members
System Namespace
Parse
ToString
| Name | Description |
|---|---|
| Int32.TryParse (String, Int32) | Converts the string representation of a number to its 32-bit signed integer equivalent. A return value indicates whether the operation succeeded. |
| Int32.TryParse (String, NumberStyles, IFormatProvider, Int32) | Converts the string representation of a number in a specified style and culture-specific format to its 32-bit signed integer equivalent. A return value indicates whether the operation succeeded. Supported by the .NET Compact Framework. |
Reference
Int32 StructureInt32 Members
System Namespace
Parse
ToString
Other Resources
Formatting OverviewCommunity Additions
ADD
Show: