Метод | Описание | |
---|---|---|
ToHex ( this bytes, bool upperCase = true ) : string |
Converts the byte array to its Hex string equivlent
|
public static ToHex ( this bytes, bool upperCase = true ) : string | ||
bytes | this | |
upperCase | bool | Do we uppercase the hex string? |
Результат | string |