MIMEGetFileExtension Method | |
Returns the extension of the specified path string.
Namespace:
SIC.File
Assembly:
SIC (in SIC.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax public static string GetFileExtension(
string pFile
)
Public Shared Function GetFileExtension (
pFile As String
) As String
Parameters
- pFile
- Type: SystemString
The path string from which to get the extension.
Return Value
Type:
StringThe extension of the specified path (including the period ".")
See Also