public static string DecimalToText(decimal d)
 {
     return(ScriptableBuiltInFunction.DecimalToText(d));
 }