Method | Description | |
---|---|---|
Mask ( ) : System |
Initializes a new instance of the Mask class.
|
|
MatchRegexIndex ( string queryString ) : int |
The position in the original string where the first character of the captured substring was found.
|
|
ParseImage ( string input ) : Image |
Returns an image from the given input path.
|
public MatchRegexIndex ( string queryString ) : int | ||
queryString | string | The query string to search. |
return | int |
public ParseImage ( string input ) : Image | ||
input | string | /// The input containing the value to parse. /// |
return | Image |