Checks if the file is in video format.

Namespace: MonoSoftware.MonoX.Utilities
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public static bool IsVideoFile(
	string filePath
)
Visual Basic
Public Shared Function IsVideoFile ( 
	filePath As String
) As Boolean
Visual C++
public:
static bool IsVideoFile(
	String^ filePath
)
F#
static member IsVideoFile : 
        filePath : string -> bool 

Parameters

filePath
Type: System..::..String
Full file path

Return Value

Type: Boolean
True if the file has a standard video format extension, false otherwise

See Also