ComponentComponentSetParsePathNameWithIndex Method |
Extracts the name and index from the path string.
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic static bool ParsePathNameWithIndex(
string value,
out string name,
out int nameIndex
)
Parameters
- value String
- name String
- nameIndex Int32
Return Value
Boolean
See Also