using uCalcSoftware; var uc = new uCalc(); var intType = uc.DataTypeOf(BuiltInType.Integer_32); Console.WriteLine($"The canonical name for Integer_32 is: {intType.Name}"); var strType = uc.DataTypeOf(BuiltInType.String); Console.WriteLine($"The canonical name for String is: {strType.Name}");