Click or drag to resize

ModelingUtilsGetIdFromListItem Method

Extracts an id from a text formatted like "[Id=42] My object".

Namespace:  Packflow.Modeling
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public static int GetIdFromListItem(
	string item
)

Parameters

item
Type: SystemString

Return Value

Type: Int32
See Also