Class FormattedStringValueExtracter.ExtractionResult
Used as return value of Extract(String, String, Boolean) method.
Inheritance
System.Object
FormattedStringValueExtracter.ExtractionResult
Namespace: Volo.Abp.Text.Formatting
Assembly: Volo.Abp.Core.dll
Syntax
public class ExtractionResult : object
Properties
IsMatch
Is fully matched.
Declaration
public bool IsMatch { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Matches
List of matched dynamic values.
Declaration
public List<NameValue> Matches { get; }
Property Value
| Type | Description |
|---|---|
| List<NameValue> |