AsposeVisualStudioPluginPdf.Core.AsposeComponentsManager.removeExtention C# (CSharp) Méthode

removeExtention() public static méthode

public static removeExtention ( string filePath ) : string
filePath string
Résultat string
        public static string removeExtention(string filePath)
        {
            return Path.GetFileNameWithoutExtension(filePath);
        }