Skip to content

converter__Character

Robert Bossy edited this page Jul 27, 2017 · 1 revision

#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
	```xml
<param char="CHAR"/>```


	or
	```xml
<param>CHAR</param>```

*CHAR* is converted into a character as specified by the string conversion.
      
Clone this wiki locally