Character.ToNumber

This function will return the numerical value of the input character.

Syntax

Character.ToNumber(character as nullable text) as nullable number

About

This function will return the numerical value of the input character.

Explanation

To determine the numerical value of character "#(tab)", the function UsagePower Query MCharacter.ToNumber("#(tab)") will output the number 9.