operator[]()

String::operator const method

Gets character at specified position.

char_t System::String::operator[](int index) const

Arguments

ParameterTypeDescription
indexintIndex to get character from.

Return Value

Character at specified position or 0xffff if out of bounds.

See Also