SByte Members
The following tables list the members exposed by the SByte type.
Public Fields
Name | Description | |
---|---|---|
MaxValue | Represents the largest possible value of SByte. This field is constant. | |
MinValue | Represents the smallest possible value of SByte. This field is constant. |
Public Methods
Name | Description | |
---|---|---|
Equals | (Inherited from ValueType.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
Parse | Converts the string representation of a number to its 8-bit signed integer equivalent. | |
ReferenceEquals | (Inherited from Object.) | |
ToString | Overloaded. Converts the numeric value of this instance to its equivalent string representation. |