Property | Type | Description | |
---|---|---|---|
Big | |||
Little | |||
LocalMachine |
Method | Description | |
---|---|---|
Equals ( object obj ) : bool | ||
GetHashCode ( ) : int | ||
Swap ( double value ) : double | ||
Swap ( float value ) : float | ||
Swap ( int value ) : int | ||
Swap ( long value ) : long | ||
Swap ( short value ) : short | ||
Swap ( uint value ) : uint | ||
Swap ( ulong value ) : ulong | ||
Swap ( ushort value ) : ushort | ||
SwapBytes ( int bytesToSwap, byte bytes ) : void | ||
SwapBytes2 ( byte bytes ) : void | ||
SwapBytes4 ( byte bytes ) : void | ||
SwapBytes8 ( byte bytes ) : void | ||
ToString ( ) : string | ||
operator ( ) : bool |
Method | Description | |
---|---|---|
Endian ( bool isBigEndian ) : System |
public static SwapBytes ( int bytesToSwap, byte bytes ) : void | ||
bytesToSwap | int | |
bytes | byte | |
return | void |
public static SwapBytes2 ( byte bytes ) : void | ||
bytes | byte | |
return | void |
public static SwapBytes4 ( byte bytes ) : void | ||
bytes | byte | |
return | void |
public static SwapBytes8 ( byte bytes ) : void | ||
bytes | byte | |
return | void |