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 / CHAR.json @ 44110

History | View | Annotate | Download (409 Bytes)

1
{
2
    "name": "CHAR",
3
    "group": "String",
4
    "template": "CHAR({{int}})",
5
    "args": [
6
        "value whose character is to be returned"
7
    ],
8
    "description": [
9
      "Returns the character that represents the ASCII value.",
10
      "This method returns a string.\n",
11
      "Example:\n",
12
      "CHAR(65)"
13
    ],
14
    "alias": [
15
      "CHR"
16
    ],
17
    "returnType": "String",
18
    "sqlCompatible": true
19
}