C# Класс Nethereum.Hex.HexConvertors.Extensions.HexByteConvertorExtensions

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

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

Метод Описание
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