xtd 0.2.0
Loading...
Searching...
No Matches

◆ to_string() [1/32]

static ustring xtd::convert::to_string ( std::any  value)
static

Convert std::any to ustring.

Parameters
valueobject to convert.
Returns
A new ustring object converted from value.
Examples
std::any value = 42;
ustring result = convert::to_string(value);
static ustring to_string(std::any value)
Convert std::any to ustring.
Represents text as a sequence of UTF-8 code units.
Definition ustring.h:53