UInt16Extensions.MostSignificantByte Method
Definition
Gets the most significant byte of a UInt16.
public static Byte MostSignificantByte(this ushort value);
Parameters
| Name | Type | Description |
|---|---|---|
| value | UInt16 |
Returns
The most significant byte.
Gets the most significant byte of a UInt16.
public static Byte MostSignificantByte(this ushort value);
| Name | Type | Description |
|---|---|---|
| value | UInt16 |
The most significant byte.