IOHelperGetExtension Method
Returns the extension of the specified path string.
Namespace: Configuration.HelperAssembly: Configuration.Helper (in Configuration.Helper.dll) Version: 2.0.5
public static string GetExtension(
string path
)
- path String
- The path string from which to get the extension.
StringThe extension of the specified path (including the period "."), or empty string.
If path does not have extension information, an empty string is returned.