Click or drag to resize

Utils_StringParseIndex Method

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

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

Parameters

strValue
Type: SystemString
indexSeparator
Type: SystemChar
index
Type: SystemInt32

Return Value

Type: Boolean
Returns zero when parsing is unsuccessful.
See Also