System::Text::RegularExpressions::Group::get_Success method

Group::get_Success method

Checks if capturing was successful for this group.

bool System::Text::RegularExpressions::Group::get_Success()

ReturnValue

True if one or more groups were captured, false otherwise.

See Also