Method Parse
Parse(String)
Declaration
public static Glob Parse(string pattern)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | pattern |
Returns
| Type | Description |
|---|---|
| Glob |
Parse(String, GlobOptions)
Declaration
public static Glob Parse(string pattern, GlobOptions options)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | pattern | |
| GlobOptions | options |
Returns
| Type | Description |
|---|---|
| Glob |