PrintableString Type in NCL Programming
The PrintableString is a subset of GeneralString which comprises:
12-1
The PrintableString is a subset of GeneralString which comprises:
- a to z (lowercase alphabetic characters)
- A to Z (uppercase alphabetic characters)
- 0 to 9 (numeric characters)
- ( ) (the space, or blank character)
- ' ( ) + , - . / : = ? (special characters)
- External Form - InputAny string of valid characters, as described.
- External Form - OutputSame as input.
- Local Form and BehaviorOn input data is stored as supplied. Normal string padding and truncation rules apply.