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

◆ try_parse()

template<typename value_t >
static bool xtd::ustring::try_parse ( const ustring str,
value_t &  value 
)
inlinestaticnoexcept

Try to convert a string into a value_t type.

Parameters
strAn xtd::ustring to convert to value_t
valueThe value that will contain the parsed xtd::ustring.
Returns
true if xtd::ustring:=:try_parse succed; otherwise, false.