stoull#
Fully qualified name: omni::stoull
Defined in omni/String.h
- unsigned long long omni::stoull( )#
 Interprets the string
stras a unsigned integer value.- Parameters:
 str – The string to convert.
pos – Address of an integer to store the number of characters processed.
base – The number base.
- Throws:
 - Returns:
 Unsigned Integer value corresponding to the contents of
str.