Skip to content

StrSize

Description

Total used storage of the string in bytes, i.e. the number of characters currently held times the per-character stride. Distinct from StrLen, which counts characters rather than bytes. See VecSize for the full SUCCESS/FAILURE contract.

Parameters

Name Direction Description
str in String to query.

Usage example (Cross-references)

Usage examples (Cross-references)
No external code usages found in the scanned files.
Last updated on