Function CSPWString::GetChar()
Description:
Retrieves the character at the specified position.
 |
Prototype:
char GetChar(unsigned long ulPos) const;
Arguments:
- unsigned long ulPos [IN]
The position of the character to retrieve.
Return value:
Returns the character at the specified position.
See also:
member functions SetChar, Length()
|
|