Share via


SByte.Parse Method

Converts the string representation of a number to its 8-bit signed integer equivalent.

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

Syntax

[CLSCompliantAttribute(false)]
public static SByte Parse (
         strings
)

Parameters

  • s
    A string representing a number to convert.

Return Value

An 8-bit signed integer equivalent to the number contained in the s parameter.

Version Information

Available in the .NET Micro Framework versions 3.0, 3.5, 4.0, and 4.1.

See Also

Reference

SByte Structure
SByte Members
System Namespace