Click or drag to resize

ImageUtilsToFileExt Method

Gets the standard Windows file extension for the specified image file format.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static string ToFileExt(
	ImageFileFormat format
)

Parameters

format
Type: NetQuarry.Util.ImageImageFileFormat
The image file format in question.

Return Value

Type: String
The standard file extension for the specified file format, null if not known.
See Also