Click or drag to resize
PathGetExtension Method
Returns the extension of the specified path string.

Namespace: CMS.IO
Assembly: CMS.IO (in CMS.IO.dll) Version: 11.0.0
Syntax
C#
public static string GetExtension(
	string path
)

Parameters

path
Type: SystemString
Path

Return Value

Type: String
See Also