System::String::operator[] metod

String::operator[] method

Hämtar tecken på angiven position.

char_t System::String::operator[](int index) const
ParameterTypeBeskrivning
indexintIndex att hämta tecken från.

ReturnValue

Tecken på angiven position eller 0xffff om utanför gränserna.

Se även