char Data Type (Visual Studio - JScript)

The char type is stored as a two-byte Unicode character.

The char type can represent any of the 65,536 Unicode characters.

The corresponding .NET Framework data type is Char. The properties and methods of the char data type are the same as the Char properties and methods.

Properties and Methods

Char

Requirements

Version .NET

See Also

Reference

String Data Type (Visual Studio - JScript)

Concepts

Data Type Summary

Other Resources

Data Types (Visual Studio - JScript)