UtilImageExtractIconFromFileExtension Method

Extracts the icon associated for the specified file extension.

Note: the maximum size of the returned icon only can be 32x32.

Definition

Namespace: DevCase.Core.Media.Graphics
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static Icon ExtractIconFromFileExtension(
	string ext
)

Parameters

ext  String
The file extension.

Return Value

Icon
The resulting icon.

Example

This is a code example.
C#
No code example is currently available or this language may not be supported.

See Also