C-DEngine 5.105

TheCommonUtils..::..GetNodeById Method

Parse a string containing a list of Guid values for the Nth one in the list.

Namespace:  nsCDEngine.BaseClasses
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public static Guid GetNodeById(
	string strGuidList,
	int index
)
Public Shared Function GetNodeById ( _
	strGuidList As String, _
	index As Integer _
) As Guid
public:
static Guid^ GetNodeById(
	String^ strGuidList, 
	int^ index
)

Parameters

strGuidList
Type: String
index
Type: Int32

Return Value

A valid Guid value; Guid.Empty when no Guid is found.