Convert an ImageFormat to a standard file extension.
Syntax

[C#]

static string ToExension(ImageFormat format);

[Visual Basic]

Shared Function ToExension(format As ImageFormat) As String
Params
Name Description
format The ImageFormat to be converted.
return The preferred file extension.
Notes

None.

Example

None.