|
|
Returns the Ascii code of the first character in the given string.
Syntax
| Smartsite SXML |
|
|---|---|
integer char.toint(string character) |
|
Parameters
| Name | Data Type | Description |
|---|---|---|
| character | String | The character. |
Return Value
| Data Type | Description |
|---|---|
| Integer | String representation of the specified Ascii character. |