asp.net.ph

Byte Structure

System Namespace


Represents an 8-bit unsigned integer.

Byte Class Members

Collapse   Fields

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

Collapse   Methods

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

Remarks

The Byte value type represents unsigned integers with values ranging from 0 to 255.

Byte 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.

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

SByte Structure 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