UtilWin32GetLoByte Method
Gets the low-order byte of a WORD value.
Namespace: DevCase.Win32Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static byte GetLoByte(
ushort word
)
Public Shared Function GetLoByte (
word As UShort
) As Byte
Dim word As UShort
Dim returnValue As Byte
returnValue = UtilWin32.GetLoByte(word)
public:
static unsigned char GetLoByte(
unsigned short word
)
static member GetLoByte :
word : uint16 -> byte
No code example is currently available or this language may not be supported.
- word UInt16
-
The WORD value that contains the LOBYTE and the HIBYTE.
Byte
The LOBYTE value.
This is a code example.
No code example is currently available or this language may not be supported.
Dim value as Byte = GetLoByte(UShort.MaxValue)
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.