System.Text.RegularExpressions.Group.Success Property

Gets a value indicating whether the match is successful.

Syntax

public bool Success { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The Success property is true if at least one substring was captured by this group. It is equivalent to the Boolean expression (Group.Captures.Count > 0).

Requirements

Namespace: System.Text.RegularExpressions
Assembly: System (in System.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0