Skip to content

converter__java.lang.Integer

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

#Integer

Synopsis

Converts into a 32-bit signed integer.

String conversion

This converter accepts integer values in Java syntax (see Java int conversion).

XML conversion

<param value="INT"/>```


	or
	```xml
<param>INT</param>```

*INT* is converted into an integer as specified by the string conversion.
      
Clone this wiki locally