xtd 0.2.0
string.hpp File Reference

Definition

Contains xtd::string alias.

Go to the source code of this file.

Namespaces

namespace  xtd
 The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
 

Functions

string xtd::to_string (int val)
 Converts a signed integer to xtd::string.
 
string xtd::to_string (unsigned val)
 Converts an unsigned integer to xtd::string.
 
string xtd::to_string (long val)
 Converts a signed integer to xtd::string.
 
string xtd::to_string (unsigned long val)
 Converts an unsigned integer to xtd::string.
 
string xtd::to_string (long long val)
 Converts a signed integer to xtd::string.
 
string xtd::to_string (unsigned long long val)
 Converts an unsigned integer to xtd::string.
 
string xtd::to_string (float val)
 Converts a floating point to xtd::string.
 
string xtd::to_string (double val)
 Converts a floating point integer to xtd::string.
 
string xtd::to_string (long double val)
 Converts a floating point to xtd::string.
 
template<class type_t>
string xtd::to_string (type_t val)
 Converts a type_t to xtd::string.
 
template<class type_t>
string xtd::to_ustring (type_t val)
 Converts a type_t to xtd::string.