Aspose.Tasks.Examples.CSharp.WorkingWithCurrencies.GetCurrencyDigits.Run C# (CSharp) Method

Run() public static method

public static Run ( ) : void
return void
        public static void Run()
        {
            // The path to the documents directory.
            string dataDir = RunExamples.GetDataDir(System.Reflection.MethodBase.GetCurrentMethod().DeclaringType.FullName);

            // ExStart:GetCurrencyDigits
            Project project1 = new Project(dataDir + "project.mpp");
            Console.WriteLine(project1.Get(Prj.CurrencyDigits));
            // ExEnd:GetCurrencyDigits
        }
    }
GetCurrencyDigits