Method | Description | |
---|---|---|
GetBytes ( uint value ) : byte[] | ||
GetBytes ( ulong value ) : byte[] | ||
GetBytes ( ushort value ) : byte[] | ||
ToUInt16 ( byte value, int startIndex ) : ushort | ||
ToUInt32 ( byte value, int startIndex ) : uint | ||
ToUInt64 ( byte value, int startIndex ) : ulong |
public static GetBytes ( uint value ) : byte[] | ||
value | uint | |
return | byte[] |
public static GetBytes ( ulong value ) : byte[] | ||
value | ulong | |
return | byte[] |
public static GetBytes ( ushort value ) : byte[] | ||
value | ushort | |
return | byte[] |
public static ToUInt16 ( byte value, int startIndex ) : ushort | ||
value | byte | |
startIndex | int | |
return | ushort |
public static ToUInt32 ( byte value, int startIndex ) : uint | ||
value | byte | |
startIndex | int | |
return | uint |
public static ToUInt64 ( byte value, int startIndex ) : ulong | ||
value | byte | |
startIndex | int | |
return | ulong |