Метод | Описание | |
---|---|---|
ToByte ( byte buffer, int offset ) : byte | ||
ToDouble ( byte buffer, int offset ) : double | ||
ToInt16 ( byte buffer, int offset ) : short | ||
ToInt32 ( byte buffer, int offset ) : int | ||
ToInt64 ( byte buffer, int offset ) : long | ||
ToSByte ( byte buffer, int offset ) : sbyte | ||
ToSingle ( byte buffer, int offset ) : float | ||
ToUInt16 ( byte buffer, int offset ) : ushort | ||
ToUInt32 ( byte buffer, int offset ) : uint | ||
ToUInt64 ( byte buffer, int offset ) : ulong |
public static ToByte ( byte buffer, int offset ) : byte | ||
buffer | byte | |
offset | int | |
Результат | byte |
public static ToDouble ( byte buffer, int offset ) : double | ||
buffer | byte | |
offset | int | |
Результат | double |
public static ToInt16 ( byte buffer, int offset ) : short | ||
buffer | byte | |
offset | int | |
Результат | short |
public static ToInt32 ( byte buffer, int offset ) : int | ||
buffer | byte | |
offset | int | |
Результат | int |
public static ToInt64 ( byte buffer, int offset ) : long | ||
buffer | byte | |
offset | int | |
Результат | long |
public static ToSByte ( byte buffer, int offset ) : sbyte | ||
buffer | byte | |
offset | int | |
Результат | sbyte |
public static ToSingle ( byte buffer, int offset ) : float | ||
buffer | byte | |
offset | int | |
Результат | float |
public static ToUInt16 ( byte buffer, int offset ) : ushort | ||
buffer | byte | |
offset | int | |
Результат | ushort |
public static ToUInt32 ( byte buffer, int offset ) : uint | ||
buffer | byte | |
offset | int | |
Результат | uint |
public static ToUInt64 ( byte buffer, int offset ) : ulong | ||
buffer | byte | |
offset | int | |
Результат | ulong |