Byte Methods
.NET Framework 1.1
The methods of the Byte structure are listed here. For a complete list of Byte structure members, see the Byte Members topic.
Public Methods
CompareTo Supported by the .NET Compact Framework. | Compares this instance to a specified object and returns an indication of their relative values. |
Equals Supported by the .NET Compact Framework. | Overridden. Returns a value indicating whether this instance is equal to a specified object. |
GetHashCode Supported by the .NET Compact Framework. | Overridden. Returns the hash code for this instance. |
GetType (inherited from Object)
Supported by the .NET Compact Framework. | Gets the Type of the current instance. |
GetTypeCode Supported by the .NET Compact Framework. | Returns the TypeCode for value type Byte. |
![]() Parse Supported by the .NET Compact Framework. | Overloaded. Converts the string representation of a number to its Byte equivalent. |
ToString Supported by the .NET Compact Framework. | Overloaded. Overridden. Converts the numeric value of this instance to its equivalent string. |
Protected Methods
Finalize (inherited from Object)
Supported by the .NET Compact Framework. | Overridden. Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
In C# and C++, finalizers are expressed using destructor syntax. |
MemberwiseClone (inherited from Object)
Supported by the .NET Compact Framework. | Creates a shallow copy of the current Object. |
