Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdString::mid Method (int, int)
Syntax
C++
OdString mid(int startIndex, int length) const;

Returns the substring specified by a start index and a length from this String object.

Parameters
Description
startIndex
[in] Starting index.
length
[in] Length of substring.
Copyright © 2002-2022. Open Design Alliance All rights reserved.