Code snippets to convert a certain data type to another one.
Check code snippets check if (these) conversion can be succesfull.
- Convert AnsiString to double
- Convert AnsiString to integer
- Convert AnsiString to lower case
- Convert AnsiString to std::string
- Convert AnsiString to upper case
- Convert AnsiString to WideString
- Convert
argv
tostd::vector<std::string>
- Convert cln::cl_I to integer, CliToInt
- Convert cln::cl_I to std::string, CliToStr
- Convert container to a std::string, ContainerToStr
- Convert double to AnsiString
- Convert double to std::string
- Convert Gray code to int, GrayToInt
- Convert int to a std::string of zeroes and ones, IntToBitString
- Convert integer to AnsiString, IntToAnsi
- Convert integer to cln::cl_I, SafeIntToCli
- Convert int to Gray code, IntToGray
- Convert integer to QString, IntToQtStr
- Convert integer to std::string, IntToStr
- Convert integer to std::string with adding thousands seperators, IntToStrWithSep
- Convert integer to Wt::WString, IntToWString
- Convert Matrix<X> to Matrix<Y>, ConvertMatrix
- Convert QString to int, QtStrToInt
- Convert RGB values to TColor
- Convert std::string to AnsiString
- Convert std::string to any data type, boost::lexical_cast
- Convert std::string to any data type, LexicalCast
- Convert std::string to double, boost::lexical_cast
- Convert std::string to double, LexicalCast
- Convert std::string to double, ToDouble
- Convert std::string to integer, boost::lexical_cast
- Convert std::string to integer, LexicalCast
- Convert std::string to integer, ToInt
- Convert std::string to lower case
- Convert std::string to upper case
- Convert std::vector<X> to std::vector<Y>, ConvertVector
- Convert std::string to WideString
- Convert std::string to Wt::WString, StrToWStr
- Convert std::time_t to std::string
- Convert std::vector<std::vector<X> > to std::vector<std::vector<Y> >, ConvertMatrix
- Convert TColor to RGB values
- Convert TImage to TStringList (ASCII art)
- Convert two 2D std::vector<X> to 2D std::vector<Y>, ConvertMatrix
- Convert WideString to AnsiString
- Convert WideString to double
- Convert WideString to integer
- Convert WideString to std::string
- Convert Wt::WString to int, WStringToInt
- Convert Wt::WString to std::string, WStrToStr
- ConvertMatrix, convert Matrix<X> to Matrix<Y>
- ConvertMatrix, convert std::vector<std::vector<X> > to std::vector<std::vector<Y> >
- ConvertMatrix, convert two 2D std::vector<X> to 2D std::vector<Y>
- ConvertVector, convert std::vector<X> to std::vector<Y>