C# 클래스 BF2Statistics.ByteExtensions

파일 보기 프로젝트 열기: BF2Statistics/ControlCenter

공개 메소드들

메소드 설명
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