Rose::StringUtility::numberToString
Convert a floatingâpoint number to a string.
Synopsis
Declared in <src/Rose/StringUtility/NumberToString.h>
[[visibility]]
std::string
numberToString(double);
Description
The returned string uses printf with "%2.2f" format.
Return Value
String representation of the input value.
Created with MrDocs