- Found in:
- SKSE
Description
Wiki Description
Returns the length of the passed string. (This function requires SKSE)
Documentation Comment
return the length of the string
Caveats
CK Wiki - Notes
None
Parameters
strings
CK Wiki Description
The string to return the length of.
Examples
No human-generated examples found for this function.
Auto-Generated Example
string myString__s
int returnedValue = StringUtil.GetLength(myString__s)