NativeXml Help
sdFloatToString
function sdFloatToString(Value: double; SignificantDigits: integer; AllowScientific: boolean): Utf8String;
Description
Convert a number to a Utf8String, using SignificantDigits to indicate the number of significant digits, and AllowScientific to allow for scientific notation if that results in much shorter notation.