Close

Relief for ODA Team in Ukraine

Learn more
ODA BimRv SDK
OdBm::Utils::String::split Function
Syntax
C++
OdList<OdString> TB_COMMON_EXPORT split(const OdString& msg, OdChar sep = L'\n');

Splits 'msg' to substrings using 'sep' as separator. 

 

Parameters
Description
msg
[in] Input string to split.
sep
[in] Separator.

List of strings aquired by splitting the original string.

File: BmString.h 

Namespace: OdBm::Utils::String 

Copyright © 2002-2022. Open Design Alliance All rights reserved.