DataFilesGetFileTypeDescriptionByExtension Method

Description of the file type by extension (only types that can be opened). Otherwise returns string.Empty.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.0
C#
public static string GetFileTypeDescriptionByExtension(
	string extension
)

Parameters

extension  String
File extension to search.

Return Value

String
Returns a description of the file type.

See Also