Statistics
| Revision:

svn-gvsig-desktop / trunk / org.gvsig.desktop / org.gvsig.desktop.library / org.gvsig.expressionevaluator / org.gvsig.expressionevaluator.lib / org.gvsig.expressionevaluator.lib.impl / src / main / resources / org / gvsig / expressionevaluator / functions / en / ASCII.json @ 44110

History | View | Annotate | Download (401 Bytes)

1
{
2
    "name": "ASCII",
3
    "group": "String",
4
    "template": "ASCII({{string}})",
5
    "args": [
6
        "value whose first ascii character is to be returned"
7
    ],
8
    "description": [
9
      "Returns the ASCII value of the first character in the string.",
10
      "This method returns an int.\n",
11
      "Example:\n",
12
      "ASCII('Hi')"
13
    ],
14
    "returnType": "Integer",
15
    "sqlCompatible": true
16
}