Character
Synopsis
Converts into a single character value.
String conversion
The character value is the first character of the given string, the following characters are ignored. The empty string is an error.
XML conversion
<param value="CHAR"/>
or
<param char="CHAR"/>
or
<param>CHAR</param>
CHAR is converted into a character as specified by the string conversion.