User Agent Parser
GetFileFormat Method



KellermanSoftware.UserAgentParser Namespace > ResourceLogic Class : GetFileFormat Method
The file path.
Gets the file format.
Syntax
'Declaration
 
Public Function GetFileFormat( _
   ByVal filePath As String _
) As Integer
'Usage
 
Dim instance As ResourceLogic
Dim filePath As String
Dim value As Integer
 
value = instance.GetFileFormat(filePath)
public int GetFileFormat( 
   string filePath
)
public:
int GetFileFormat( 
   String^ filePath
) 

Parameters

filePath
The file path.

Return Value

System.Int32.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ResourceLogic Class
ResourceLogic Members