AsposeVisualStudioPluginPdf.Core.AsposeComponentsManager.removeExtention C# (CSharp) Method

removeExtention() public static method

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