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

◆ class_name() [2/3]

template<typename object_t >
static ustring xtd::ustring::class_name ( const object_t &  object)
inlinestatic

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_(object).name() - Will be removed in version 0.4.0