The methods of the Byte structure are listed below. For a complete list of Byte structure members, see the Byte Members topic.
CompareTo | Compares this instance to the specified object. |
Equals | Determines whether two Byte objects are equal. |
Format | Overloaded. Converts a numeric value to a String. |
FromString | Converts a String to an unsigned byte. |
GetHashCode | Returns the hash code for this Byte. |
GetType (inherited from Object) | Gets the Type of the Object. |
GetTypeCode | Returns the hash code for this instance of Byte. |
Parse | Overloaded. Converts a String to a Byte. |
ToBoolean | Converts a string to a Byte value. |
ToByte | Converts a Byte to an unsigned byte. |
ToChar | Converts a Byte to a character. |
ToDateTime | Converts this instance of a Byte to a DateTime object. |
ToDecimal | Converts this instance of a Byte to a Decimal format. |
ToDouble | Converts this instance of a Byte as a Double. |
ToInt16 | Converts this instance of a Byte to an Int16. |
ToInt32 | Converts this instance of a Byte value to an Int32. |
ToInt64 | Converts this instance of a Byte to an Int64. |
ToSByte | Converts this instance of a Byte to an SByte. |
ToSingle | Converts a Byte to a Single. |
ToString | Overloaded. Converts this instance of Byte to a String. |
ToType | Retrieves the Type for a specified Object. |
ToUInt16 | Converts a Byte to a UInt16. |
ToUInt32 | Converts a Byte to a UInt32. |
ToUInt64 | Converts a Byte to a UInt64. |
Finalize (inherited from Object) | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by the Garbage Collector (GC). This method may be ignored by the runtime; therefore, necessary cleanup operations should be done elsewhere. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |