This topic has not yet been rated - Rate this topic

SByte.Parse Method

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.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.