Public Member Functions | |
void | toLowerCase (inout AString aString) |
Performs an in-place conversion of the string to lowercase. | |
void | toUpperCase (inout AString aString) |
Performs an in-place conversion of the string to uppercase. |
Because guess-who's aren't?
Is this still going to get implemented?
Definition at line 42 of file sbIThreadsafeCaseConversion.idl.
void sbIThreadsafeCaseConversion::toLowerCase | ( | inout AString | aString | ) |
Performs an in-place conversion of the string to lowercase.
aString | - The string to convert |
void sbIThreadsafeCaseConversion::toUpperCase | ( | inout AString | aString | ) |
Performs an in-place conversion of the string to uppercase.
aString | - The string to convert |