edtFTPnet/Free - Open-source FTP component for .NET | Download
Gets the extension of the filename.

Namespace: EnterpriseDT.Util
Assembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0

Syntax

C#
public static string GetExtension(
	string path
)
Visual Basic
Public Shared Function GetExtension ( _
	path As String _
) As String
Visual C++
public:
static String^ GetExtension(
	String^ path
)

Parameters

path
Type: System..::..String
Absolute or relative path

Return Value

Extension

See Also