Returns the file extension for the format.

Namespace:  SGP.XSpace
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
public static string GetImageFileFormatExtension(
	ImageFileFormat format
)

Parameters

format
Type: ImageFileFormat
The ImageFileFormat format its default extension should be returned.

Return Value

Returns the default file extension.

See Also