Метод | Описание | |
---|---|---|
ToHex ( this bytes ) : string | ||
ToHex ( this bytes, int offset, int count ) : string |
public static ToHex ( this bytes ) : string | ||
bytes | this | |
Результат | string |
public static ToHex ( this bytes, int offset, int count ) : string | ||
bytes | this | |
offset | int | |
count | int | |
Результат | string |