Cast functions
Use these functions to cast a value from one data type to another.
Use these functions to cast a value from one data type to another.
cast.ToFloat INPUT ⟼ float64Converts a value to a decimal floating-point number (base 10). Read More »
cast.ToInt INPUT ⟼ intConverts a value to a decimal integer (base 10). Read More »
cast.ToString INPUT ⟼ stringConverts a value to a string. Read More »