sizerStringArgSize()

Returns the string size in characters of the specified argument.

Syntax

The method has the following syntax:
int sizerStringArgSize(int n) const;

Description

This method returns the size of the specified generic argument. This size is in characters, not bytes.

Throws

The method throws exceptions if n is out of range, if the specified argument is not a string type, or the specified argument does not have a size.