Test a file name to know if it is supported format

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public static bool IsKnownFileFormat(
	string fileName
)
Public Shared Function IsKnownFileFormat ( _
	fileName As String _
) As Boolean
public:
static bool IsKnownFileFormat(
	String^ fileName
)

Parameters

fileName
String
the file name

Return Value

return true if the specified filename has a known file format

See Also