WStringBuffer::[]

WStringBuffer::[]
inline wchar_t operator [](UPInt index) const;
inline wchar_t& operator [](UPInt index);
Description

Character access and mutation.

Parameters
Parameters 
Description 
UPInt index 
Index to access the string. 
Return Value