Click or drag to resize

ComponentComponentSetParsePathNameWithIndex Method

Extracts the name and index from the path string.

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static bool ParsePathNameWithIndex(
	string value,
	out string name,
	out int nameIndex
)

Parameters

value
Type: SystemString
name
Type: SystemString
nameIndex
Type: SystemInt32

Return Value

Type: Boolean
See Also