ActionEngineUtilGetExtension Method
Return the extension portion of the filename.
Namespace: ActionEngineAssembly: ActionEngine (in ActionEngine.dll) Version: 26.2117.4453
public static string GetExtension(
string filename
)
Public Shared Function GetExtension (
filename As String
) As String
No code example is currently available or this language may not be supported.
- filename String
-
Filename to inspect.
String
The extension portion of the filename.