.. highlightlang:: us .. index:: strtoull .. _strtoull: strtoull ======== .. us.tag strtoull ENGLISH STR Programming.Convert New5513 :ref:`strtoull` converts a string matrix to a unsigned long-long-integer value (64 bit). See also :ref:`strtol`. .. function:: rmReal = strtoull(smString) rmReal = strtoull(smString, nBase) = strtoull(smString) = strtoull(smString, nBase) .. us.history **History** .. list-table:: :header-rows: 1 * - Version - Description * - R2913.13 (5.51.3) - New. .. seealso:: :ref:`overview-strings`, :ref:`strtol`, :ref:`sprintf`, :ref:`strtod`, :ref:`ltostr` :sub:`id-294389`