Class SwapBytesExtension
- Namespace
- Loehnert.Utility.Extensions
- Assembly
- Loehnert.Utility.dll
Extensions for swapping bytes.
public static class SwapBytesExtension
- Inheritance
-
SwapBytesExtension
- Inherited Members
Methods
SwapBytes(ushort)
Swaps the two bytes of an unsigned 16-bit value.
public static ushort SwapBytes(this ushort value)
Parameters
value
ushortValue to swap bytes.
Returns
- ushort
Value with swapped bytes.