asp.net.ph

SByte Structure

System Namespace


Represents an 8-bit signed integer.

SByte Class Members

Collapse   Fields

Visibility Name Type
public static const MaxValue SByte
public static const MinValue SByte

Collapse   Methods

Visibility Name Parameters Return Type
public CompareTo ( Object obj ) Int32
public CompareTo ( SByte value ) Int32
public Equals ( Object obj ) Boolean
public Equals ( SByte obj ) Boolean
public GetHashCode ( ) Int32
public GetTypeCode ( ) TypeCode
public static Parse ( String s , NumberStyles style ) SByte
public static Parse ( String s ) SByte
public static Parse ( String s , IFormatProvider provider ) SByte
public static Parse ( String s , NumberStyles style , IFormatProvider provider ) SByte
public ToString ( ) String
public ToString ( IFormatProvider provider ) String
public ToString ( String format ) String
public ToString ( String format , IFormatProvider provider ) String
public static TryParse ( String s , SByte& result ) Boolean
public static TryParse ( String s , NumberStyles style , IFormatProvider provider , SByte& result ) Boolean

Remarks

The SByte value type represents integers with values ranging from negative 128 to positive 127.

SByte provides methods to compare instances of this type, convert the value of an instance to its String representation, and convert the String representation of a number to an instance of this type.

NOTE: The SByte type is not CLS-compliant. The CLS-compliant alternative type is Int16.

For information about how format specification codes control the String representation of value types, see Formatting Base Types.

This type implements interfaces IComparable, IFormattable, and IConvertible. Use the Convert class for conversions instead of this type's explicit interface member implementation of IConvertible.

See Also

Byte Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph