AsposeVisualStudioPluginPdf.Core.AsposeComponentsManager.removeExtention C# (CSharp) 메소드

removeExtention() 공개 정적인 메소드

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