Go to the documentation of this file.Go to the SVN repository for this file.
54 aStr.Printf(
m_Format, aVar.GetInteger() );
63 aStr.Printf(
m_Format, aVar.GetDouble() );
69 auto i = aVar.GetInteger();
The NCBI C++ standard methods for dealing with std::string.
#define END_NCBI_SCOPE
End previously defined NCBI scope.
#define BEGIN_NCBI_SCOPE
Define ncbi namespace.
static enable_if< is_arithmetic< TNumeric >::value||is_convertible< TNumeric, Int8 >::value, string >::type NumericToString(TNumeric value, TNumToStringFlags flags=0, int base=10)
Convert numeric value to string.
wxString ToWxString(const string &s)