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 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:
BooleanReturns true when parsing is successful.
See Also