xtd 0.2.0
Loading...
Searching...
No Matches
box_.hpp
Go to the documentation of this file.
1
4#pragma once
6#if !defined(__XTD_BOX_INTERNAL__)
7#error "Do not include this file: Internal use only. Include <xtd/box> or <xtd/box.hpp> instead."
8#endif
10
12#include "box.hpp"
13
15template<class type_t>
17 return xtd::string::format(culture, xtd::string::format("{{:{}}}", format), value);
18}
19// @endcond
Contains xtd::box struct.
Provides information about a specific culture (called a locale for unmanaged code development)....
Definition culture_info.hpp:43
Contains xtd::globalization::culture_info class.
xtd::basic_string< char > string
Represents text as a sequence of UTF-8 code units.
Definition __string_definitions.hpp:43
xtd::string to_string() const noexcept override
Returns a xtd::string that represents the current object.
Definition box.hpp:147