Capture Class
Namespace: System.Text.RegularExpressions · Assembly: GHIElectronics.TinyCLR.RegularExpressions
Represents the results from a single subexpression capture. System.Text.RegularExpressions. Capture respresents one substring to a single successful catpture
public class Capture
Properties
Length
public int Length { get; }
Gets length of bytes in the stream. (inherited)
Value
public string Value { get; }
Current needle position. Only this property doesn't dirty the background — the pointer is repainted every frame. (inherited)
Methods
ToString()
public override string ToString()
String representation (inherited)
Returns string