Parses the given String and returns a new Imaging..::.FindOptions instance.
| C# | Visual Basic | Visual C++ |
public static Imaging..::.FindOptions Parse( string findOptionsString )
Public Shared Function Parse ( _ findOptionsString As String _ ) As Imaging..::.FindOptions
public: static Imaging..::.FindOptions^ Parse( String^ findOptionsString )
- findOptionsString (String)
- A string representing the find options.
A new Imaging..::.FindOptions corresponding to the given String.
| Exception | Condition |
|---|---|
| ArgumentNullException | If findOptionsString is null. |
| FormatException | If findOptionsString has an invalid format. |
