C# 클래스 Nethereum.Hex.HexConvertors.Extensions.HexByteConvertorExtensions

파일 보기 프로젝트 열기: Nethereum/Nethereum

공개 메소드들

메소드 설명
EnsureHexPrefix ( this value ) : string
EnsureHexPrefix ( this values ) : string[]
HasHexPrefix ( this value ) : bool
HexToByteArray ( this value ) : byte[]
IsTheSameHex ( this first, string second ) : bool
RemoveHexPrefix ( this value ) : string
ToHex ( this value, bool prefix = false ) : string
ToHexCompact ( this value ) : string

비공개 메소드들

메소드 설명
FromCharacterToByte ( char character, int index, int shift ) : byte

메소드 상세

EnsureHexPrefix() 공개 정적인 메소드

public static EnsureHexPrefix ( this value ) : string
value this
리턴 string

EnsureHexPrefix() 공개 정적인 메소드

public static EnsureHexPrefix ( this values ) : string[]
values this
리턴 string[]

HasHexPrefix() 공개 정적인 메소드

public static HasHexPrefix ( this value ) : bool
value this
리턴 bool

HexToByteArray() 공개 정적인 메소드

public static HexToByteArray ( this value ) : byte[]
value this
리턴 byte[]

IsTheSameHex() 공개 정적인 메소드

public static IsTheSameHex ( this first, string second ) : bool
first this
second string
리턴 bool

RemoveHexPrefix() 공개 정적인 메소드

public static RemoveHexPrefix ( this value ) : string
value this
리턴 string

ToHex() 공개 정적인 메소드

public static ToHex ( this value, bool prefix = false ) : string
value this
prefix bool
리턴 string

ToHexCompact() 공개 정적인 메소드

public static ToHexCompact ( this value ) : string
value this
리턴 string