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