Return the boolean string representation (i.e.
Return the boolean string representation (i.e. "true" or "false") of an integer value.
Name | Type | Default | Description |
Return | char * | val != 0 : "true" val == 0 : "false" The return value is read only, do NOT CHANGE. The result will be overridden on following calls to the function. See here to learn more about functions returning r/o char* values. |
|
val | int | - | Arbitrary integer |
Alphabetic index HTML hierarchy of classes or Java