Table of Contents

Method GetExtensionLower

Namespace
Alternet.UI
Assembly
Alternet.UI.Interfaces.dll

GetExtensionLower(string?)

Returns the extension of a file path in the lower case without leading period.

public static string GetExtensionLower(string? path)

Parameters

path string

The file path from which to get the extension.

Returns

string

The extension of the specified path (without the period, "."), or an empty string if path does not have extension information.