Character.ToNumber
Syntax
Character.ToNumber(character as nullable text) as nullable number
About
Returns the number equivalent of the character, character
.
Example 1
Given the character "#(tab)" 9, find the number value.
Usage
Character.ToNumber("#(tab)")
Output
9