2027 Method
Changes 0
M

FileDialog.IsValidFilterString

Description:
Determines if the input string is acceptable as input for a FileDialog filter string.
public static bool IsValidFilterString(
	string filterString
)
  • String
    filterString
    The filter string.
Return Value Boolean True of the filter string meets the minimal requirements to be a valid filter string.