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 public static bool ParseIndex(
string strValue,
char indexSeparator,
out int index
)
Parameters
- strValue
- Type: SystemString
- indexSeparator
- Type: SystemChar
- index
- Type: SystemInt32
Return Value
Type:
BooleanReturns zero when parsing is unsuccessful.
See Also