Method | Description | |
---|---|---|
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 |
Method | Description | |
---|---|---|
FromCharacterToByte ( char character, int index, int shift ) : byte |
public static EnsureHexPrefix ( this value ) : string | ||
value | this | |
return | string |
public static EnsureHexPrefix ( this values ) : string[] | ||
values | this | |
return | string[] |
public static HasHexPrefix ( this value ) : bool | ||
value | this | |
return | bool |
public static HexToByteArray ( this value ) : byte[] | ||
value | this | |
return | byte[] |
public static IsTheSameHex ( this first, string second ) : bool | ||
first | this | |
second | string | |
return | bool |
public static RemoveHexPrefix ( this value ) : string | ||
value | this | |
return | string |
public static ToHex ( this value, bool prefix = false ) : string | ||
value | this | |
prefix | bool | |
return | string |
public static ToHexCompact ( this value ) : string | ||
value | this | |
return | string |