Converts a character to its number value.
function (optional
character
as nullable any) as nullable any
Returns the number equivalent of the character, character
.
Text.Conversions from and to text
Given the character "#(tab)" 9, find the number value.
Character.ToNumber("#(tab)")
9