FileDialog.IsValidFilterString
Method
Description:
Determines if the input string is acceptable as input for a FileDialog filter string.
Determines if the input string is acceptable as input for a FileDialog filter string.
Parameters
Parameter | Type | Description |
---|---|---|
filterString | String | The filter string. |
Return Value
Type | Description |
---|---|
Boolean | True of the filter string meets the minimal requirements to be a valid filter string. |
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |