Partager via


CSimpleStringT::AppendChar

Appends a character to an existing CSimpleStringT object.

void AppendChar(
   XCHAR ch 
);

Parameters

  • ch
    The character to be appended

Remarks

Call this function to append the specified character to the end of an existing CSimpleStringT object.

Requirements

Header: atlsimpstr.h

See Also

Concepts

CSimpleStringT Class

CSimpleStringT Members

CSimpleStringT::Append