Метод | Описание | |
---|---|---|
ToAsciiString ( this bytes ) : string | ||
ToByteArray ( this content ) : byte[] | ||
ToHexString ( this bytes ) : string | ||
ToInt32 ( this bytes ) : int |
public static ToAsciiString ( this bytes ) : string | ||
bytes | this | |
Результат | string |
public static ToByteArray ( this content ) : byte[] | ||
content | this | |
Результат | byte[] |
public static ToHexString ( this bytes ) : string | ||
bytes | this | |
Результат | string |
public static ToInt32 ( this bytes ) : int | ||
bytes | this | |
Результат | int |