- Str
- Len
- Copy
- Fill
- Assign
- Append
- Insert
- Compare
- CompareNoCase
- Left
- Right
- Mid
- Trim
- TrimLeft
- TrimRight
- Clear
- ToUpper
- ToLower
- Reverse
- Find
- FindRev
- Remove
- Replace
Append
Appends a string.
void Append(
|
Parameters
str
[in] String to append.
Append
Appends a string from the CString class instance.
void Append(
|
Parameters
string
[in] Pointer to the CString class instance to append.