TIBCO Adapter SDK C++ Reference
Contents
|
Index
|
Reference
Up
|
Previous
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
MWString
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.
Contents
|
Index
|
Reference