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)
|
evaluate
public ValueEval evaluate(int srcRowIndex, int srcColumnIndex, ValueEval textArg)
Function1Arg
Copyright 2022 The Apache Software Foundation or its licensors, as applicable.