Character.ToNumber
Converts a character to its number value.
function (optionalcharacter
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
Last modified 4yr ago