System.UnicodeString.operator []

From RAD Studio API Documentation
Jump to: navigation, search

C++

WideChar operator [](const int idx) const _ALWAYS_INLINE
WideChar& operator [](const int idx) _ALWAYS_INLINE

Properties

Type Visibility Source Unit Parent
function public ustring.h System UnicodeString


Description

Returns the character at a specified index in the string.

operator [] returns the character in the string at the character index value idx. The operator [] assumes a base index of 1.

See Also