XLL+ Class Library (7.0)

CHandleFormatter<T>::CHandleFormatter<T>

Constructs a CHandleFormatter object

CHandleFormatter<T>(
   TCHAR chSep = ':',
   TCHAR chEscape = '_'
);

Parameters

chSep

A character that will be used to separate the parts of a handle.

chEscape

A character that will be used to replace any occurrences of the separator character within the parts of a handle.

Requirements

Header: rtdhandles.h

See Also

CHandleFormatter<T> Class | CHandleFormatter<T> Methods