Click or drag to resize

ReferenceGeneratorParseIndex Method

Returns an integer found between a char separator and the end of given string value.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public static bool ParseIndex(
	string strValue,
	char indexSeparator,
	out int index
)

Parameters

strValue
Type: SystemString
Value where the index is located.
indexSeparator
Type: SystemChar
Separator used to split the value.
index
Type: SystemInt32
Found index.

Return Value

Type: Boolean
Returns true when parsing is successful.
See Also