This page is also available in 2 other languages
Change language 

char()

[Conversion]

Description

Converts a value to the char data type.

Syntax

char(x)
(char)x (C-style type conversion)

Parameters

x: a value. Allowed data types: any type.

Returns

Data type: char.

See also