Click or drag to resize

SPHelperExtractExtension Method

Returns the file extension extracted from the specified string.

Namespace:  Colygon.MatchPoint.Core
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2019.2.1.0
Syntax
C#
public static string ExtractExtension(
	string url
)

Parameters

url
Type: SystemString

Return Value

Type: String
See Also