snowflake.snowpark.functions.to_char¶
- snowflake.snowpark.functions.to_char(c: ColumnOrName, format: ColumnOrLiteralStr | None = None) Column[source] (https://github.com/snowflakedb/snowpark-python/blob/release-v1.3.0/src/snowflake/snowpark/functions.py#L2179-L2201)¶
Converts a Unicode code point (including 7-bit ASCII) into the character that matches the input Unicode.
- Example::
Example: