wxSnippets Logo   wxWidgets Code
  S N I P P E T S
wxString DoubleToStr(double value)
{
 return wxString::Format("%f",value);
}






No comments are included for this article. Submit a comment with your feedback/suggestions.

Click to View Printer Friendly Version