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

◆ class_name() [3/3]

static ustring xtd::ustring::class_name ( const std::type_info &  info)
static

Gets the class name of the specified object.

Returns
The class name of the specified object.
Remarks
For example, the name of the ustring type is ustring.
Deprecated:
Replaced by typeof_(info).name() - Will be removed in version 0.4.0