Link Search Menu Expand Document

Fixed.ToString method

Explanation Returns the value stored in the Fixed object as a string.
Call format var text = f.ToString ()
Return value Converted string
Arguments None
Exception None
Example of use
var f = new Fixed ("1234567890.1234");
print (f.ToString (), "¥ n");
Related item