Click or drag to resize
SaveFileDialogExtrascreateFilter Method (String, 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(
	string description,
	string extension
)

Parameters

description
Type: SystemString
eg: JPeg Image
extension
Type: SystemString
eg *.jpg

Return Value

Type: String
See Also