Number.to_char

Number.to_char

Number.to_char

Function

Generate a single-character string based on the Unicode code point corresponding to the current number.

Syntax

Parameters

No parameters.

Return value

TypeDescription
String/NullReturns a string if the code point is valid; returns Null if it is invalid.

Example

Notes

  • Returns Null if the code point is outside the valid range of Unicode.