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