SByte.Parse Method
.NET Framework 3.0
Converts the string representation of a number to its 8-bit signed integer equivalent.
| Name | Description |
|---|---|
| SByte.Parse (String) | Converts the string representation of a number to its 8-bit signed integer equivalent. Supported by the .NET Compact Framework. |
| SByte.Parse (String, IFormatProvider) | Converts the string representation of a number in a specified culture-specific format to its 8-bit signed integer equivalent. |
| SByte.Parse (String, NumberStyles) | Converts the string representation of a number in a specified style to its 8-bit signed integer equivalent. Supported by the .NET Compact Framework. |
| SByte.Parse (String, NumberStyles, IFormatProvider) | Converts the string representation of a number that is in a specified style and culture-specific format to its 8-bit signed equivalent. Supported by the .NET Compact Framework. |