API:System.AnsiStringT.CodePage

From RAD Studio API Documentation
Jump to: navigation, search

C++

unsigned short CodePage() const {

Properties

Type Visibility Source Unit Parent
function public dstring.h System AnsiStringT

Description

Gets the code page of a AnsiStringBase.

System.AnsiStringT.CodePage inherits from System.AnsiStringBase.CodePage. All content below this line refers to System.AnsiStringBase.CodePage.

Gets the code page of a AnsiStringBase.

CodePage gets the code page of a AnsiStringBase instance. If the instance is empty, it returns the system default code page, System::DefaultSystemCodePage.

See Also