Method RXCalloutData.GroupValue
Overload
Gets the value (substring) of the specified group.
public string GroupValue(int group)
Parameters
group (int)
Group number (1-based index). |
Returns
Exceptions
ArgumentOutOfRangeException
group must be > 0 and < capture_top. |