strtoullΒΆ

strtoull converts a string matrix to a unsigned long-long-integer value (64 bit). See also strtol.

rmReal = strtoull(smString)
rmReal = strtoull(smString, nBase)
<rmReal, smStopString> = strtoull(smString)
<rmReal, smStopString> = strtoull(smString, nBase)

History

Version Description
R2913.13 (5.51.3) New.

id-294389