Метод | Описание | |
---|---|---|
CopyValueBytesTo ( byte block, int offset ) : int | ||
From ( byte bytes, int offset, int length ) : |
||
FromBytes ( byte bytes ) : |
||
Random ( int numBytes ) : |
||
ToString ( ) : string | ||
Value ( byte bytes ) : System | ||
Value ( byte bytes, ValueFlag type ) : System |
public CopyValueBytesTo ( byte block, int offset ) : int | ||
block | byte | |
offset | int | |
Результат | int |
public static From ( byte bytes, int offset, int length ) : |
||
bytes | byte | |
offset | int | |
length | int | |
Результат |
public static FromBytes ( byte bytes ) : |
||
bytes | byte | |
Результат |
public static Random ( int numBytes ) : |
||
numBytes | int | |
Результат |
public Value ( byte bytes, ValueFlag type ) : System | ||
bytes | byte | |
type | ValueFlag | |
Результат | System |