Skip to content

UInt16Extensions.LeastSignificantByte Method

Definition

Gets the least significant byte of a UInt16.

public static Byte LeastSignificantByte(this ushort value);

View source

Parameters

Name Type Description
value UInt16

Returns

Byte

The least significant byte.