Method | Description | |
---|---|---|
ToInt16 ( byte value, int index ) : short | ||
ToInt32 ( byte value, int index ) : int | ||
ToUInt16 ( byte value, int index ) : ushort | ||
ToUInt32 ( byte value, int index ) : uint |
public static ToInt16 ( byte value, int index ) : short | ||
value | byte | |
index | int | |
return | short |
public static ToInt32 ( byte value, int index ) : int | ||
value | byte | |
index | int | |
return | int |
public static ToUInt16 ( byte value, int index ) : ushort | ||
value | byte | |
index | int | |
return | ushort |
public static ToUInt32 ( byte value, int index ) : uint | ||
value | byte | |
index | int | |
return | uint |