Class FormattedStringValueExtracter
Inherited Members
Namespace: Volo.Abp.Text.Formatting
Assembly: Volo.Abp.Core.dll
Syntax
public class FormattedStringValueExtracter
Constructors
FormattedStringValueExtracter()
Declaration
public FormattedStringValueExtracter()
Methods
Extract(string, string, bool)
Declaration
public static FormattedStringValueExtracter.ExtractionResult Extract(string str, string format, bool ignoreCase = false)
Parameters
| Type | Name | Description |
|---|---|---|
| string | str | |
| string | format | |
| bool | ignoreCase |
Returns
| Type | Description |
|---|---|
| FormattedStringValueExtracter.ExtractionResult |
IsMatch(string, string, out string[], bool)
Declaration
public static bool IsMatch(string str, string format, out string[] values, bool ignoreCase = false)
Parameters
| Type | Name | Description |
|---|---|---|
| string | str | |
| string | format | |
| string[] | values | |
| bool | ignoreCase |
Returns
| Type | Description |
|---|---|
| bool |