Overload List
| Method | Description |
|---|---|
AcString::trim () | Removes all whitespace characters from both ends of the string. |
AcString::trim (wchar_t) | Removes initial matching characters from both sides of the string. |
AcString::trim (wchar_t *) | Removes all designated characters from both ends of the string. |
