BmString.h
Parameters |
Description |
const OdString& msg |
[in] Input string to split. |
OdChar sep = L'\n' |
[in] Separator. |
List of strings aquired by splitting the original string.
Splits 'msg' to substrings using 'sep' as separator.
Copyright (c) 2002-2021. Open Design Alliance. All rights reserved.
|