SByte Methods

 

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

NameDescription
System_CAPS_pubmethodCompareTo(Object^)

Compares this instance to a specified object and returns an indication of their relative values.

System_CAPS_pubmethodCompareTo(SByte)

Compares this instance to a specified 8-bit signed integer and returns an indication of their relative values.

System_CAPS_pubmethodEquals(Object^)

Returns a value indicating whether this instance is equal to a specified object.(Overrides ValueType::Equals(Object^).)

System_CAPS_pubmethodEquals(SByte)

Returns a value indicating whether this instance is equal to a specified SByte value.

System_CAPS_pubmethodGetHashCode()

Returns the hash code for this instance.(Overrides ValueType::GetHashCode().)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_pubmethodGetTypeCode()

Returns the TypeCode for value type SByte.

System_CAPS_pubmethodSystem_CAPS_staticParse(String^)

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

System_CAPS_pubmethodSystem_CAPS_staticParse(String^, IFormatProvider^)

Converts the string representation of a number in a specified culture-specific format to its 8-bit signed integer equivalent.

System_CAPS_pubmethodSystem_CAPS_staticParse(String^, NumberStyles)

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

System_CAPS_pubmethodSystem_CAPS_staticParse(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.

System_CAPS_pubmethodToString()

Converts the numeric value of this instance to its equivalent string representation.(Overrides ValueType::ToString().)

System_CAPS_pubmethodToString(IFormatProvider^)

Converts the numeric value of this instance to its equivalent string representation using the specified culture-specific format information.

System_CAPS_pubmethodToString(String^)

Converts the numeric value of this instance to its equivalent string representation, using the specified format.

System_CAPS_pubmethodToString(String^, IFormatProvider^)

Converts the numeric value of this instance to its equivalent string representation using the specified format and culture-specific format information.

System_CAPS_pubmethodSystem_CAPS_staticTryParse(String^, NumberStyles, IFormatProvider^, SByte%)

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.

System_CAPS_pubmethodSystem_CAPS_staticTryParse(String^, SByte%)

Tries to convert the string representation of a number to its SByte equivalent, and returns a value that indicates whether the conversion succeeded.

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privmethodIConvertible::ToBoolean(IFormatProvider^)

This API supports the product infrastructure and is not intended to be used directly from your code. For a description of this member, see IConvertible::ToBoolean.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIConvertible::ToByte(IFormatProvider^)

This API supports the product infrastructure and is not intended to be used directly from your code. For a description of this member, see IConvertible::ToByte.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIConvertible::ToChar(IFormatProvider^)

This API supports the product infrastructure and is not intended to be used directly from your code. For a description of this member, see IConvertible::ToChar.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIConvertible::ToDateTime(IFormatProvider^)

This API supports the product infrastructure and is not intended to be used directly from your code. This conversion is not supported. Attempting to do so throws an InvalidCastException.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIConvertible::ToDecimal(IFormatProvider^)

This API supports the product infrastructure and is not intended to be used directly from your code. For a description of this member, see IConvertible::ToDecimal.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIConvertible::ToDouble(IFormatProvider^)

This API supports the product infrastructure and is not intended to be used directly from your code. For a description of this member, see IConvertible::ToDouble.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIConvertible::ToInt16(IFormatProvider^)

This API supports the product infrastructure and is not intended to be used directly from your code. For a description of this member, see IConvertible::ToInt16.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIConvertible::ToInt32(IFormatProvider^)

This API supports the product infrastructure and is not intended to be used directly from your code. For a description of this member, see IConvertible::ToInt32.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIConvertible::ToInt64(IFormatProvider^)

This API supports the product infrastructure and is not intended to be used directly from your code. For a description of this member, see IConvertible::ToInt64.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIConvertible::ToSByte(IFormatProvider^)

This API supports the product infrastructure and is not intended to be used directly from your code. For a description of this member, see IConvertible::ToSByte.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIConvertible::ToSingle(IFormatProvider^)

This API supports the product infrastructure and is not intended to be used directly from your code. For a description of this member, see IConvertible::ToSingle.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIConvertible::ToType(Type^, IFormatProvider^)

This API supports the product infrastructure and is not intended to be used directly from your code. For a description of this member, see IConvertible::ToType.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIConvertible::ToUInt16(IFormatProvider^)

This API supports the product infrastructure and is not intended to be used directly from your code. For a description of this member, see IConvertible::ToUInt16.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIConvertible::ToUInt32(IFormatProvider^)

This API supports the product infrastructure and is not intended to be used directly from your code. For a description of this member, see IConvertible::ToUInt32.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIConvertible::ToUInt64(IFormatProvider^)

This API supports the product infrastructure and is not intended to be used directly from your code. For a description of this member, see IConvertible::ToUInt64.

Return to top
Show: