geario ~master (2022-06-04T17:41:52.6758737)
Dub
Repo
ConverterUtils.ToHexString
geario
util
ConverterUtils
ConverterUtils
Undocumented in source. Be warned that the author may not have intended to support it.
string
ToHexString
(byte b)
string
ToHexString
(byte[] b)
string
ToHexString
(byte[] b, int offset, int length)
string
ToHexString
(const(ubyte)[] b, string separator, string prefix)
struct
ConverterUtils
static
string
ToHexString
(
LetterCase
letterCase
=
LetterCase.upper
)
(
const
(
ubyte
)[]
b
,
string
separator
= ""
,
string
prefix
= ""
)
Meta
Source
See Implementation
geario
util
ConverterUtils
ConverterUtils
static functions
ConvertHexDigit
FromHexString
ParseInt
ToBytes
ToHex
ToHexString