C# 클래스 Rolcore.ByteExtensions

Extension methods for byte.
파일 보기 프로젝트 열기: Rollins/Rolcore

공개 메소드들

메소드 설명
ToHexString ( this b ) : string

Converts the specified byte to a hexadecimal string notation.

메소드 상세

ToHexString() 공개 정적인 메소드

Converts the specified byte to a hexadecimal string notation.
public static ToHexString ( this b ) : string
b this The byte to convert.
리턴 string