ae v0.0.3053 (2021-06-01T17:26:23Z)
Home
Dub
Repo
fromHex
ae
utils
text
Parses
s
as a hexadecimal number into an integer of type
T
.
T
fromHex
(
T
:
ulong
=
uint
C
)
(
const
(
C
)[]
s
)
Meta
Source
See Implementation
ae
utils
text
modules
ascii
html
parsefp
aliases
CIAsciiString
CIUniString
doubleToString
toLowerHex
enums
fpCFormatString
fpFormatString
significantDigits
functions
UTF8ToRaw
arrayFromHex
asText
asciiSplit
asciiStrip
camelCaseJoin
eatLine
fastReplace
fastSplit
findBestMatch
forceValidUTF8
formatAs
formatted
fpAsString
fromHex
fromZArray
hexDump
newlinesToSpaces
normalizeWhitespace
nullStringTransform
numberToString
parseHexDigit
putFP
randomString
rawToUTF8
sarrayFromHex
segmentByWhitespace
selectBestFrom
splitAsciiLines
splitByCamelCase
stringDistance
stringSimilarity
verbatimWrap
structs
FPAsString
HexParseConfig
templates
fpToString
toHex
Parses s as a hexadecimal number into an integer of type T.