Methods
-
Compare
To(Object) Compares this instance to a specified object and returns an indication of their relative values. -
Compare
To(SByte) Compares this instance to a specified 8-bit signed integer and returns an indication of their relative values. - Equals(Object) Returns a value indicating whether this instance is equal to a specified object.
- Equals(SByte) Returns a value indicating whether this instance is equal to a specified SByte value.
-
Get
Hash Returns the hash code for this instance.Code() -
Get
Type Returns the TypeCode for value type SByte.Code() -
Parse(Read
Only Span<Char>, Number Styles, IFormat Provider) - Parse(String) Converts the string representation of a number to its 8-bit signed integer equivalent.
-
Parse(String,
IFormat Converts the string representation of a number in a specified culture-specific format to its 8-bit signed integer equivalent.Provider) -
Parse(String,
Number Converts the string representation of a number in a specified style to its 8-bit signed integer equivalent.Styles) -
Parse(String,
Number Converts the string representation of a number that is in a specified style and culture-specific format to its 8-bit signed equivalent.Styles, IFormat Provider) -
To
String() Converts the numeric value of this instance to its equivalent string representation. -
To
String(IFormat Converts the numeric value of this instance to its equivalent string representation using the specified culture-specific format information.Provider) -
To
String(String) Converts the numeric value of this instance to its equivalent string representation, using the specified format. -
To
String(String, Converts the numeric value of this instance to its equivalent string representation using the specified format and culture-specific format information.IFormat Provider) -
Try
Format(Span<Char>, Int32&, Read Only Span<Char>, IFormat Provider) -
Try
Parse(Read Only Span<Char>, Number Styles, IFormat Provider, SByte&) -
Try
Parse(Read Only Span<Char>, SByte&) -
Try
Parse(String, Tries to convert the string representation of a number in a specified style and culture-specific format to its SByte equivalent, and returns a value that indicates whether the conversion succeeded.Number Styles, IFormat Provider, SByte&) -
Try
Parse(String, Tries to convert the string representation of a number to its SByte equivalent, and returns a value that indicates whether the conversion succeeded.SByte&)