XLL+ Class Library (6.3)

CHandleFormatter<T>::Split

Splits a handle into parts.

int Split(
   const TCHAR* pszHandle,
   std::vector<std::tstring>& parts
);

Parameters

pszHandle

A string composed of several parts, separated by a specified character (by default, a colon).

parts

This should be reference to an empty vector of strings. The parts of the of the handle will be returned in this vector.

Return Value

Returns the number of parts that were extracted.

Requirements

Header: rtdhandles.h

See Also

CHandleFormatter<T> Class | CHandleFormatter<T> Methods | CHandleFormatter_Join