TIBCO Adapter SDK C++ Reference
MWString::substr
MWString
Return a string that contains a copy of up to n characters beginning at position beginIndex.
Parameters
Parameters Description
Mu4 beginIndex Starting position.
Mu4 n = npos Number of characters to copy.
Declaration
MWString substr(Mu4 beginIndex, Mu4 n = npos) const;
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.