Property | Type | Description | |
---|---|---|---|
IsLittleEndian | bool |
Method | Description | |
---|---|---|
DoubleToInt64Bits ( double value ) : long | ||
GetBytes ( bool value ) : byte[] | ||
GetBytes ( char value ) : byte[] | ||
GetBytes ( double value ) : byte[] | ||
GetBytes ( float value ) : byte[] | ||
GetBytes ( int value ) : byte[] | ||
GetBytes ( long value ) : byte[] | ||
GetBytes ( short value ) : byte[] | ||
Int64BitsToDouble ( long value ) : double | ||
ToBoolean ( byte value, int startIndex ) : bool | ||
ToChar ( byte value, int startIndex ) : char | ||
ToDouble ( byte value, int startIndex ) : double | ||
ToInt16 ( byte value, int startIndex ) : short | ||
ToInt32 ( byte value, int startIndex ) : int | ||
ToInt64 ( byte value, int startIndex ) : long | ||
ToSingle ( byte value, int startIndex ) : float | ||
ToString ( byte value ) : String | ||
ToString ( byte value, int startIndex ) : String | ||
ToString ( byte value, int startIndex, int length ) : String |
Method | Description | |
---|---|---|
GetBytes ( uint value ) : byte[] | ||
GetBytes ( ulong value ) : byte[] | ||
GetBytes ( ushort value ) : byte[] | ||
GetHexValue ( int i ) : char | ||
ToUInt16 ( byte value, int startIndex ) : ushort | ||
ToUInt32 ( byte value, int startIndex ) : uint | ||
ToUInt64 ( byte value, int startIndex ) : ulong |
public static DoubleToInt64Bits ( double value ) : long | ||
value | double | |
return | long |
public static GetBytes ( bool value ) : byte[] | ||
value | bool | |
return | byte[] |
public static GetBytes ( char value ) : byte[] | ||
value | char | |
return | byte[] |
public static GetBytes ( double value ) : byte[] | ||
value | double | |
return | byte[] |
public static GetBytes ( float value ) : byte[] | ||
value | float | |
return | byte[] |
public static GetBytes ( int value ) : byte[] | ||
value | int | |
return | byte[] |
public static GetBytes ( long value ) : byte[] | ||
value | long | |
return | byte[] |
public static GetBytes ( short value ) : byte[] | ||
value | short | |
return | byte[] |
public static Int64BitsToDouble ( long value ) : double | ||
value | long | |
return | double |
public static ToBoolean ( byte value, int startIndex ) : bool | ||
value | byte | |
startIndex | int | |
return | bool |
public static ToChar ( byte value, int startIndex ) : char | ||
value | byte | |
startIndex | int | |
return | char |
public static ToDouble ( byte value, int startIndex ) : double | ||
value | byte | |
startIndex | int | |
return | double |
public static ToInt16 ( byte value, int startIndex ) : short | ||
value | byte | |
startIndex | int | |
return | short |
public static ToInt32 ( byte value, int startIndex ) : int | ||
value | byte | |
startIndex | int | |
return | int |
public static ToInt64 ( byte value, int startIndex ) : long | ||
value | byte | |
startIndex | int | |
return | long |
public static ToSingle ( byte value, int startIndex ) : float | ||
value | byte | |
startIndex | int | |
return | float |
public static ToString ( byte value ) : String | ||
value | byte | |
return | String |
public static ToString ( byte value, int startIndex ) : String | ||
value | byte | |
startIndex | int | |
return | String |
public static ToString ( byte value, int startIndex, int length ) : String | ||
value | byte | |
startIndex | int | |
length | int | |
return | String |