snowflake.snowpark.functions.to_char¶
- snowflake.snowpark.functions.to_char(c: Union[Column, str], format: Optional[str] = None) Column[source] (https://github.com/snowflakedb/snowpark-python/blob/v1.26.0/snowpark-python/src/snowflake/snowpark/functions.py#L3627-L3654)¶
Converts a Unicode code point (including 7-bit ASCII) into the character that matches the input Unicode.
- Example::
Example: