XLL+ Class Library (7.0)

CHandleFormatter<T>::Escape

Replaces any separator characters in a string with escapes.

std::tstring Escape(
   const std::tstring& raw
);

Parameters

raw

A string, which may contain separator characters.

Return Value

Returns the input string, with each separator(by default, colon ':') replaced by an escape character (by default, an underscore '_').

Requirements

Header: rtdhandles.h

See Also

CHandleFormatter<T> Class | CHandleFormatter<T> Methods