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

◆ parse() [1/2]

template<typename type_t >
static type_t xtd::box_integer< type_t >::parse ( const xtd::ustring value,
xtd::number_styles  styles 
)
inlinestatic

Converts the string to its type_t equivalent.

Parameters
valueA string containing a type_t to convert.
Returns
A type_t equivalent to the number contained in value.