Click or drag to resize
SaveFileDialogExtrascreateFilter Method (ListTupleString, String)
create the SFD filter string

Namespace: ANDREICSLIB.ClassExtras
Assembly: ANDREICSLIB (in ANDREICSLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static string createFilter(
	List<Tuple<string, string>> descAndExt
)

Parameters

descAndExt
Type: System.Collections.GenericListTupleString, String
tuple with description, fileext eg: JPeg Image, *.jpg

Return Value

Type: String
See Also