-
Notifications
You must be signed in to change notification settings - Fork 6
converter__Character
Robert Bossy edited this page Jul 27, 2017
·
1 revision
#Character
Converts into a single character value.
The character value is the first character of the given string, the following characters are ignored. The empty string is an error.
<param value="CHAR"/>```
or
```xml
<param char="CHAR"/>```
or
```xml
<param>CHAR</param>```
*CHAR* is converted into a character as specified by the string conversion.