public class Code extends Fixed1ArgFunction
 Syntax:
 CODE   (text )
 
Returns a numeric code for the first character in a text string. The returned code corresponds to the character set used by your computer.
text The text for which you want the code of the first character.
| Constructor and Description | 
|---|
| Code() | 
| Modifier and Type | Method and Description | 
|---|---|
| ValueEval | evaluate(int srcRowIndex,
        int srcColumnIndex,
        ValueEval textArg) | 
evaluatepublic ValueEval evaluate(int srcRowIndex, int srcColumnIndex, ValueEval textArg)
Function1ArgCopyright 2020 The Apache Software Foundation or its licensors, as applicable.