Click or drag to resize

FileFilter  Conversion (String to FileFilter)

Converts a string representation of a filter in the form of "[name]|[ext];[ext];[ext]" to a FileDialogFilter.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public static implicit operator FileFilter (
	string filter
)

Parameters

filter
Type: SystemString
String representation of the file dialog filter

Return Value

Type: FileFilter
A new file dialog filter with the name and extensions specified in the filter argument
See Also