Replaces any separator characters in a string with escapes.
std::tstring Escape( const std::tstring& raw ); |
A string, which may contain separator characters.
Returns the input string, with each separator(by default, colon ':') replaced by an escape character (by default, an underscore '_').
Header: rtdhandles.h