Method GetPattern
GetPattern(IDictionary<String, String>, String)
Compiles a pattern for the value of the specified argument key name
Declaration
protected Regex GetPattern(IDictionary<string, string> args, string name)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IDictionary<System.String, System.String> | args | |
System.String | name |
Returns
Type | Description |
---|---|
System.Text.RegularExpressions.Regex |