C# Класс BF2Statistics.ByteExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
ToHex ( this bytes, bool upperCase = true ) : string

Converts the byte array to its Hex string equivlent

Описание методов

ToHex() публичный статический Метод

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