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
value
object to convert.
Returns
A new ustring object converted from value.
Examples
std::any value = 42;
ustring
result =
convert::to_string
(value);
xtd::convert::to_string
static ustring to_string(std::any value)
Convert std::any to ustring.
xtd::ustring
Represents text as a sequence of UTF-8 code units.
Definition
ustring.h:53
xtd
convert
Generated on Thu Aug 15 2024 14:28:53 for xtd by
Gammasoft
. All rights reserved.