This page is also available in 3 other languages

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