convert

Convert the provided 'digits' into an integer value, without checking for a sign or radix. The radix defaults to decimal (10).

Returns the value and updates 'ate' with the number of characters consumed.

ulong
convert
(
T
)
(
const(T[]) digits
,
uint radix = 10
,
size_t* ate = null
)

Throws

none. The 'ate' param should be checked for valid input.

Meta