nullTerminated Attribute
The nullTerminated attribute indicates if the produced string should be null terminated. It should be noted that only the final value will have the null termination applied, if the value is accessed the internal value will not have the null attached.
nullTerminated is a boolean type accepting true or false only, defaults to false.
When nullTerminated attribute is provided the String must not specify a linke:length.html[length] as they are mutually exclusive.


