xtd 0.2.0
xtd Namespace Reference

Definition

The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.

Todo:
to remove
Todo:
to remove
Todo:
to remove

Namespaces

 collections
 The xtd::collections namespace contains interfaces and classes that define various collections of objects, such as lists, queues, bit arrays, hash tables and dictionaries.
 
 diagnostics
 The xtd::diagnostics namespace provides classes that allow you to interact with system processes, event logs, and performance counters.
 
 drawing
 The xtd::drawing namespace provides access to GDI+ basic graphics functionality. More advanced functionality is provided in the xtd::drawing::drawing_2d, xtd::drawing::imaging, and xtd::drawing::text namespaces.
 
 forms
 The xtd::forms namespace contains classes for creating Windows-based applications that take full advantage of the rich user interface features available in the Microsoft Windows operating system, Apple macOS and Linux like Ubuntu operating system.
 
 io
 The xtd::io namespace contains types that allow reading and writing to files and data streams, and types that provide basic file and directory support.
 
 linux
 The xtd::linux namespaces including animation clients, user interface controls, data binding, and type conversion. xtd::linux::forms and its child namespaces are used for developing Linux Forms (LinForms) applications.
 
 macos
 The xtd::macos namespaces including animation clients, user interface controls, data binding, and type conversion. xtd::macos::forms and its child namespaces are used for developing macOS Forms (MacForms) applications.
 
 media
 The xtd::media namespace contains classes for playing sound files and accessing sounds provided by the system.
 
 net
 The xtd::net namespace provides a simple programming interface for many of the protocols used on networks today. The xtd::net::web_request and xtd::net::web_response classes form the basis of what are called pluggable protocols, an implementation of network services that enables you to develop applications that use Internet resources without worrying about the specific details of the individual protocols.
 
 reflection
 The xtd::reflection namespace contains types that retrieve information about assemblies, modules, members, parameters, and other entities in managed code by examining their metadata. These types also can be used to manipulate instances of loaded types, for example to hook up events or to invoke methods. To dynamically create types, use the System.Reflection.Emit namespace.
 
 security
 Provides the underlying structure of the security system, including base classes for permissions.
 
 speech
 The xtd::speech namespace contains all classes and namespace to access speech technology.
 
 threading
 The xtd::threading namespace provides classes and interfaces that enable multithreaded programming. In addition to classes for synchronizing thread activities and access to data ( xtd::threading::mutex, xtd::threading::monitor, xtd::threading::interlocked, xtd::threading::auto_reset_event, and so on), this namespace includes a xtd::threading::thread_pool class that allows you to use a pool of system-supplied threads, and a xtd::threading::timer class that executes callback methods on thread pool threads.
 
 timers
 Provides the xtd::timers::timer component, which allows you to raise an event on a specified interval.
 
 tunit
 The tunit namespace contains a unit test library.
 
 web
 Contains classes and interfaces that enable browser-server communication. This namespace includes the http_request class, which provides extensive information about the current HTTP request; the http_response class, which manages HTTP output to the client; and the http_server_utility class, which provides access to server-side utilities and processes. xtd::web also includes classes for cookie manipulation, file transfer, exception information, and output cache control.
 
 windows
 The xtd::windows namespaces including animation clients, user interface controls, data binding, and type conversion. xtd::windows::forms and its child namespaces are used for developing Windows Forms (WinForms) applications.
 

Classes

class  abstract_object
 Represent an abstract class. More...
 
class  access_violation_exception
 The exception that is thrown when a method call is invalid for the object's current state. More...
 
class  argument_exception
 The exception that is thrown when one of the arguments provided to a method is not valid. More...
 
class  argument_null_exception
 The exception that is thrown when one of the arguments provided to a method is null. More...
 
class  argument_out_of_range_exception
 The exception that is thrown when one of the arguments provided to a method is out of range. More...
 
class  arithmetic_exception
 The exception that is thrown for errors in an arithmetic, casting, or conversion operation. More...
 
class  attribute
 Represents the base class for custom attributes. More...
 
class  background_color
 Represent background color output manipulator class. More...
 
class  beep
 Represent beep output manipulator class. More...
 
class  bit_converter
 Converts base data types to an std::vector of bytes, and an std::vector of bytes to base data types. More...
 
class  box
 Represents a boxed object. More...
 
class  box_char
 Represents a boxed char object. More...
 
class  box_floating_point
 Represents a boxed floating point object. More...
 
class  box_integer
 Represents a boxed integer object. More...
 
class  compiler
 Represents information about c++ libraries, such as the version and standard identifier. This class cannot be inherited. More...
 
class  console
 Represents the standard input, output, and error streams for console applications. More...
 
class  console_cancel_event_args
 Provides data for the console::cancel_key_press event. This class cannot be inherited. More...
 
class  console_key_info
 Specifies the standard keys on a console. More...
 
struct  const_overload
 Represents class that use to determine one of const overloaded methods. More...
 
class  convert
 Represents API to convert base type code. More...
 
class  convert_pointer
 Represents API to convert pointers. More...
 
class  convert_string
 Represents API to convert string containers. More...
 
class  cpp_language
 Represents information about c++ libraries, such as the version and language identifier. This class cannot be inherited. More...
 
class  date_time
 Represents an instant in time, typically expressed as a date and time of day. More...
 
class  debugstreambuf
 Provides an std::stringbuf for xtd::diagnostics::debug. More...
 
class  delegate< result_t(arguments_t...)>
 Represents a delegate, which is a data structure that refers to a static method or to a class instance && an instance method of that class. More...
 
class  distribution
 Represents information about an operating system distribution, such as the version and name. This class cannot be inherited. More...
 
class  divided_by_zero_exception
 The exception that is thrown when there is an attempt to divide an integral or decimal value by zero. More...
 
class  domain_exception
 The exception that is thrown for errors in domain. That is, situations where the inputs are outside of the domain on which an operation is defined.. More...
 
class  enum_object
 Provides the base class for enumerations. More...
 
class  enum_object< std::nullptr_t >
 Provides the base class for enumerations. More...
 
struct  enum_register
 Provides the registration struct for enumerations. More...
 
struct  enum_set_attribute
 Provides the set attribute struct for enumerations. More...
 
class  environment
 The environment class. More...
 
class  event
 Represents an event. More...
 
class  event_args
 Represents the base class for classes that contain event data, and provides a value to use for events that do not include event data. More...
 
class  foreground_color
 Represent foreground color output manipulator class. More...
 
class  format_exception
 The exception that is thrown when the format of an argument does not meet the parameter specifications of the invoked method. More...
 
struct  guid
 Represents a globally unique identifier (GUID). A GUID is a 128-bit integer (16 bytes) that can be used across all computers and networks wherever a unique identifier is required. Such an identifier has a very low probability of being duplicated. More...
 
class  iasync_result
 Represents the status of an asynchronous operation. More...
 
class  icomparable
 Defines a generalized comparison method that a value type or class implements to create a type-specific comparison method. More...
 
class  iequatable
 Defines a generalized method that a value type or class implements to create a type-specific method for determining equality of instances. More...
 
class  index_out_of_range_exception
 The exception that is thrown when an attempt is made to access an element of an array with an index that is outside the bounds of the array. More...
 
class  interface
 Represent an interface class. More...
 
class  interrupt_exception
 The exception that is thrown when a method call is invalid for the object's current state. More...
 
class  invalid_cast_exception
 The exception that is thrown for invalid casting or explicit conversion. More...
 
class  invalid_operation_exception
 The exception that is thrown when a method call is invalid for the object's current state. More...
 
class  invalid_program_exception
 The exception that is thrown when a program contains invalid metadata. Generally this indicates a bug in the compiler that generated the program. More...
 
class  iobservable
 Provides a mechanism for receiving push-based notifications. More...
 
class  iobserver
 Provides a mechanism for receiving push-based notifications. More...
 
class  iprogress
 Defines a provider for progress updates. More...
 
class  isynchronize_invoke
 Provides a way to synchronously or asynchronously execute a delegate. More...
 
class  length_exception
 The exception that is thrown when an attempts to exceed implementation defined length limits for some object. More...
 
class  math
 Provides constants and static methods for trigonometric, logarithmic, and other common mathematical functions. More...
 
struct  non_const_overload
 Represents class that use to determine one of non const overloaded methods. More...
 
class  not_finite_number_exception
 The exception that is thrown when a floating-point value is positive infinity, negative infinity, or Not-a-Number (NaN). More...
 
class  not_implemented_exception
 The exception that is thrown when a requested method or operation is not implemented. More...
 
class  not_supported_exception
 The exception that is thrown when an invoked method is not supported, or when there is an attempt to read, seek, or write to a stream that does not support the invoked functionality. More...
 
class  null_pointer_exception
 The exception that is thrown when there is an attempt to dereference a null object pointer. More...
 
class  object
 Supports all classes in the xtd class hierarchy and provides low-level services to derived classes. This is the ultimate base class of all classes in the xtd. It is the root of the type hierarchy. More...
 
class  object_closed_exception
 The exception that is thrown when one of the arguments provided to a method is not valid. More...
 
class  operating_system
 Represents information about an operating system, such as the version and platform identifier. This class cannot be inherited. More...
 
class  operation_canceled_exception
 The exception that is thrown in a thread upon cancellation of an operation that the thread was executing. More...
 
class  out_of_memory_exception
 The exception that is thrown when one of the arguments provided to a method is not valid. More...
 
class  overflow_exception
 The exception that is thrown when an arithmetic, casting, or conversion operation in a checked context results in an overflow. More...
 
struct  overload
 Represents class that use to determine one of const and non const overloaded methods. More...
 
class  platform_not_supported_exception
 The exception that is thrown when a feature does not run on a particular platform. More...
 
class  processor
 Represents information about a processor, such as the architecture. This class cannot be inherited. More...
 
class  program_exit_event_args
 Provides data for the environment program exit event. This class cannot be inherited. More...
 
class  random
 Represents a pseudo-random number generator, a device that produces a sequence of numbers that meet certain statistical requirements for randomness. More...
 
class  reset_color
 Represent reset color output manipulator class. More...
 
class  signal_cancel_event_args
 Provides data for the environment signal event. This class cannot be inherited. More...
 
class  software_termination_exception
 The exception that is thrown when a method call is invalid for the object's current state. More...
 
class  startup
 Defines the xtd::startup object that can be used in the main method to safely call the application's main entry point. More...
 
class  static_object
 Represent a static object. A static class can't be instantiated (constructors are deleted). More...
 
class  system_exception
 Defines the base class for predefined exceptions in the xtd namespace. More...
 
class  system_report
 Provides system report about the current system environment. More...
 
class  target_type
 Represents information about target type, such as the target identifier. This class cannot be inherited. More...
 
struct  time_span
 Represents a time interval. More...
 
class  time_zone_not_found_exception
 The exception that is thrown when the time allotted for a process or operation has expired. More...
 
class  timeout_exception
 The exception that is thrown when the time allotted for a process or operation has expired. More...
 
class  toolkit
 Represents a toolkit. More...
 
class  tracestreambuf
 Provides an std::stringbuf for xtd::diagnostics::trace. More...
 
class  translator
 Represents translator class. This class cannot be inherited. More...
 
class  type_object
 Represents type declarations: class types, interface types, array types, value types, enumeration types, type parameters, generic type definitions, and open or closed constructed generic types. More...
 
class  unauthorized_access_exception
 The exception that is thrown when one of the arguments provided to a method is not valid. More...
 
class  underflow_exception
 The exception that is thrown when an arithmetic, casting, or conversion operation in a checked context results in an underflow. More...
 
class  uri
 Provides an object representation of a uniform resource identifier (URI) and easy access to the parts of the URI. More...
 
class  uri_format_exception
 The exception that is thrown when an invalid Uniform Resource Identifier (URI) is detected. More...
 
class  uri_template_match_exception
 Represents an error when matching a Uri to a UriTemplateTable. More...
 
class  ustring
 Represents text as a sequence of UTF-8 code units. More...
 
class  version
 Represents the version number of an assembly, operating system, or the xtd. This class cannot be inherited. More...
 
class  xml_syntax_exception
 The exception that is thrown when there is a syntax error in XML parsing. More...
 

Alias

template<typename... arguments_t>
using action = delegate< void(arguments_t...)>
 Represents a xtd::delegate that has variable parameters and does not return a value. More...
 
using async_callback = delegate< void(async_result ar)>
 References a method to be called when a corresponding asynchronous operation completes. More...
 
using async_result = std::shared_ptr< xtd::iasync_result >
 Represents the status of an asynchronous operation. More...
 
using boolean_object = box< bool >
 Represent a boxed bool. More...
 
using console_cancel_event_handler = xtd::delegate< void(console_cancel_event_args &)>
 Represents the method that will handle the cancel_key_press event of a xtd::console. More...
 
using const_object_ref = std::reference_wrapper< const object >
 Represents an object reference. More...
 
template<typename enum_t >
using enum_collection = std::vector< std::pair< enum_t, xtd::ustring > >
 Represents a pair of an enum_t value and a string of an enum of type enum_t. More...
 
using event_handler = generic_event_handler<>
 Represents the method that will handle an event that has no event data. More...
 
template<typename result_t , typename... arguments_t>
using func = delegate< result_t(arguments_t...)>
 Represents a delegate that has variables parameters and returns a value of the type specified by the result_t type. More...
 
template<typename event_args_t = const xtd::event_args&>
using generic_event_handler = xtd::delegate< void(xtd::object &sender, event_args_t e)>
 Represents the method that will handle an event when the event provides data. More...
 
using lock = xtd::threading::lock_guard
 Provides a mechanism that synchronizes access to objects with xtd::threading::monitor. More...
 
using object_ref = std::reference_wrapper< object >
 Represents an object reference. More...
 
template<typename type_t >
using predicate = delegate< bool(type_t)>
 Represents a delegate that defines a set of criteria and determines whether the specified object meets those criteria. More...
 
using program_exit_event_handler = xtd::delegate< void(const program_exit_event_args &)>
 Represents the method that will handle the program exit events of a xtd::environment. More...
 
using signal_cancel_event_handler = xtd::delegate< void(signal_cancel_event_args &)>
 Represents the method that will handle the signal events of a xtd::environment. More...
 
using size_object = box_integer< size_t >
 Represent a boxed size_t. More...
 

Enumerations

enum  architecture_id {
  architecture_id::unknown = -1,
  architecture_id::x86,
  architecture_id::arm
}
 Identifies the processor architecture, supported by an assembly. More...
 
enum  build_type {
  build_type::debug = 0,
  build_type::release
}
 Identifies the build type. More...
 
enum  compiler_id {
  compiler_id::unknown = -1,
  compiler_id::microsoft_visual_studio,
  compiler_id::clang,
  compiler_id::gcc
}
 Identifies the compiler, supported by an assembly. More...
 
enum  console_color {
  console_color::default_color = -1,
  console_color::black,
  console_color::dark_blue,
  console_color::dark_green,
  console_color::dark_cyan,
  console_color::dark_red,
  console_color::dark_magenta,
  console_color::dark_yellow,
  console_color::gray,
  console_color::dark_gray,
  console_color::blue,
  console_color::green,
  console_color::cyan,
  console_color::red,
  console_color::magenta,
  console_color::yellow,
  console_color::white
}
 Specifies constants that define foreground and background colors for the console. More...
 
enum  console_key {
  console_key::backspace = 8,
  console_key::tab = 9,
  console_key::clear = 12,
  console_key::enter = 13,
  console_key::pause = 19,
  console_key::caps_lock = 20,
  console_key::escape = 27,
  console_key::spacebar = 32,
  console_key::page_up = 33,
  console_key::page_down = 34,
  console_key::end = 35,
  console_key::home = 36,
  console_key::left_arrow = 37,
  console_key::up_arrow = 38,
  console_key::right_arrow = 39,
  console_key::down_arrow = 40,
  console_key::select = 41,
  console_key::print = 42,
  console_key::execute = 43,
  console_key::print_screen = 44,
  console_key::insert = 45,
  console_key::del = 46,
  console_key::help = 47,
  console_key::d0 = 48,
  console_key::d1 = 49,
  console_key::d2 = 50,
  console_key::d3 = 51,
  console_key::d4 = 52,
  console_key::d5 = 53,
  console_key::d6 = 54,
  console_key::d7 = 55,
  console_key::d8 = 56,
  console_key::d9 = 57,
  console_key::a = 65,
  console_key::b = 66,
  console_key::c = 67,
  console_key::d = 68,
  console_key::e = 69,
  console_key::f = 70,
  console_key::g = 71,
  console_key::h = 72,
  console_key::i = 73,
  console_key::j = 74,
  console_key::k = 75,
  console_key::l = 76,
  console_key::m = 77,
  console_key::n = 78,
  console_key::o = 79,
  console_key::p = 80,
  console_key::q = 81,
  console_key::r = 82,
  console_key::s = 83,
  console_key::t = 84,
  console_key::u = 85,
  console_key::v = 86,
  console_key::w = 87,
  console_key::x = 88,
  console_key::y = 89,
  console_key::z = 90,
  console_key::left_windows = 91,
  console_key::right_windows = 92,
  console_key::applications = 93,
  console_key::sleep = 95,
  console_key::num_pad_0 = 96,
  console_key::num_pad_1 = 97,
  console_key::num_pad_2 = 98,
  console_key::num_pad_3 = 99,
  console_key::num_pad_4 = 100,
  console_key::num_pad_5 = 101,
  console_key::num_pad_6 = 102,
  console_key::num_pad_7 = 103,
  console_key::num_pad_8 = 104,
  console_key::num_pad_9 = 105,
  console_key::multiply = 106,
  console_key::add = 107,
  console_key::separator = 108,
  console_key::subtract = 109,
  console_key::decimal = 110,
  console_key::divide = 111,
  console_key::f1 = 112,
  console_key::f2 = 113,
  console_key::f3 = 114,
  console_key::f4 = 115,
  console_key::f5 = 116,
  console_key::f6 = 117,
  console_key::f7 = 118,
  console_key::f8 = 119,
  console_key::f9 = 120,
  console_key::f10 = 121,
  console_key::f11 = 122,
  console_key::f12 = 123,
  console_key::f13 = 124,
  console_key::f14 = 125,
  console_key::f15 = 126,
  console_key::f16 = 127,
  console_key::f17 = 128,
  console_key::f18 = 129,
  console_key::f19 = 130,
  console_key::f20 = 131,
  console_key::f21 = 132,
  console_key::f22 = 133,
  console_key::f23 = 134,
  console_key::f24 = 135,
  console_key::browser_back = 166,
  console_key::browser_forward = 167,
  console_key::browser_refresh = 168,
  console_key::browser_stop = 169,
  console_key::browser_search = 170,
  console_key::browser_favorites = 171,
  console_key::browser_home = 172,
  console_key::volume_mute = 173,
  console_key::volume_down = 174,
  console_key::volume_up = 175,
  console_key::media_next = 176,
  console_key::media_previous = 177,
  console_key::media_stop = 178,
  console_key::media_play = 179,
  console_key::launch_mail = 180,
  console_key::launch_media_select = 181,
  console_key::launch_app1 = 182,
  console_key::launch_app2 = 183,
  console_key::oem1 = 186,
  console_key::oem_plus = 187,
  console_key::oem_comma = 188,
  console_key::oem_minus = 189,
  console_key::oem_period = 190,
  console_key::oem2 = 191,
  console_key::oem3 = 192,
  console_key::oem4 = 219,
  console_key::oem5 = 220,
  console_key::oem6 = 221,
  console_key::oem7 = 222,
  console_key::oem8 = 223,
  console_key::oem102 = 226,
  console_key::process = 229,
  console_key::packet = 231,
  console_key::attention = 246,
  console_key::cr_sel = 247,
  console_key::ex_sel = 248,
  console_key::erase_end_of_file = 249,
  console_key::play = 250,
  console_key::zoom = 251,
  console_key::no_name = 252,
  console_key::pa1 = 253,
  console_key::oem_clear = 254
}
 Specifies the standard keys on a console. More...
 
enum  console_modifiers {
  console_modifiers::none = 0,
  console_modifiers::alt = 0b1,
  console_modifiers::shift = 0b10,
  console_modifiers::control = 0b100
}
 Represents the SHIFT, ALT, and CTRL modifier keys on a keyboard. More...
 
enum  console_special_key {
  console_special_key::control_break,
  console_special_key::control_c,
  console_special_key::control_backslash,
  console_special_key::control_z
}
 Specifies combinations of modifier and console keys that can interrupt the current process. More...
 
enum  date_time_kind {
  date_time_kind::unspecified,
  date_time_kind::utc,
  date_time_kind::local
}
 Specifies whether a DateTime object represents a local time, a Coordinated Universal Time (UTC), or is not specified as either local time or UTC. More...
 
enum  day_of_week {
  day_of_week::sunday,
  day_of_week::monday,
  day_of_week::tuesday,
  day_of_week::wednesday,
  day_of_week::thursday,
  day_of_week::friday,
  day_of_week::saturday
}
 Specifies the day of the week. More...
 
enum  enum_attribute {
  enum_attribute::standard,
  enum_attribute::flags
}
 Specifies the enum attribute. More...
 
enum  environment_variable_target {
  environment_variable_target::process = 0,
  environment_variable_target::user = 1,
  environment_variable_target::machine = 2
}
 Specifies the location where an environment variable is stored or retrieved in a set or get operation. More...
 
enum  exit_mode {
  exit_mode::normal = 0,
  exit_mode::quick = 1
}
 Specifies exit mode for the xtd::environment::program_exit event. More...
 
enum  exit_status {
  exit_status::success = EXIT_SUCCESS,
  exit_status::failure = EXIT_FAILURE
}
 Specifies exit status for the xtd::environment::exit method. More...
 
enum  language_id {
  language_id::unknown = -1,
  language_id::cpp_pre98 = 0,
  language_id::cpp98,
  language_id::cpp11,
  language_id::cpp14,
  language_id::cpp17,
  language_id::cpp20,
  language_id::cpp23
}
 Identifies the c++ language used by assembly. More...
 
enum  month_of_year {
  month_of_year::january = 1,
  month_of_year::february,
  month_of_year::march,
  month_of_year::april,
  month_of_year::may,
  month_of_year::june,
  month_of_year::july,
  month_of_year::august,
  month_of_year::september,
  month_of_year::october,
  month_of_year::november,
  month_of_year::december
}
 Specifies the month of the year. More...
 
enum  number_styles {
  number_styles::none = 0x0,
  number_styles::allow_leading_white = 0b1,
  number_styles::allow_trailing_white = 0b10,
  number_styles::allow_leading_sign = 0b100,
  number_styles::allow_trailing_sign = 0b1000,
  number_styles::allow_parentheses = 0b10000,
  number_styles::allow_decimal_point = 0b100000,
  number_styles::allow_thousands = 0b1000000,
  number_styles::allow_exponent = 0b10000000,
  number_styles::allow_currency_symbol = 0b100000000,
  number_styles::allow_hex_specifier = 0b1000000000,
  number_styles::allow_binary_specifier = 0b10000000000,
  number_styles::allow_octal_specifier = 0b100000000000,
  number_styles::integer = allow_leading_white + allow_trailing_white + allow_leading_sign,
  number_styles::number = allow_leading_white + allow_trailing_white + allow_leading_sign + allow_trailing_sign + allow_decimal_point + allow_thousands,
  number_styles::fixed_point = allow_leading_white + allow_trailing_white + allow_leading_sign + allow_decimal_point + allow_exponent,
  number_styles::currency = allow_leading_white + allow_trailing_white + allow_leading_sign + allow_trailing_sign + allow_parentheses + allow_decimal_point + allow_thousands + allow_currency_symbol,
  number_styles::any = allow_leading_white + allow_trailing_white + allow_leading_sign + allow_trailing_sign + allow_parentheses + allow_decimal_point + allow_thousands + allow_exponent + allow_currency_symbol,
  number_styles::hex_number = allow_leading_white + allow_trailing_white + allow_hex_specifier,
  number_styles::binary_number = allow_leading_white + allow_trailing_white + allow_binary_specifier,
  number_styles::octal_number = allow_leading_white + allow_trailing_white + allow_octal_specifier
}
 Determines the styles permitted in numeric string arguments that are passed to the xtd::parse and xtd::try_parse methods of the integral and floating-point numeric types. This enumeration has a flags attribute that allows a bitwise combination of its member values. More...
 
enum  platform_id {
  platform_id::unknown = -1,
  platform_id::win32s,
  platform_id::win32_windows,
  platform_id::win32_nt,
  platform_id::win_ce,
  platform_id::unix,
  platform_id::xbox,
  platform_id::macos,
  platform_id::ios,
  platform_id::android,
  platform_id::linux,
  platform_id::tvos,
  platform_id::watchos,
  platform_id::other
}
 Identifies the operating system, or platform, supported by an assembly. More...
 
enum  signal {
  signal::abnormal_termination = SIGABRT,
  signal::floating_point_exception = SIGFPE,
  signal::illegal_instruction = SIGILL,
  signal::interrupt = SIGINT,
  signal::segmentation_violation = SIGSEGV,
  signal::software_termination = SIGTERM
}
 Specifies signals that can interrupt the current process. More...
 
enum  string_comparison {
  string_comparison::ordinal,
  string_comparison::ordinal_ignore_case
}
 Specifies the culture, case, and sort rules to be used by certain overloads of the xtd::ustring::compare method. More...
 
enum  string_split_options {
  string_split_options::none,
  string_split_options::remove_empty_entries
}
 Specifies whether applicable xtd::ustring::split method overloads include or omit empty substrings from the return value. More...
 
enum  target_id {
  target_id::unknown = __XTD_TARGET_ID_UNKNOWN__,
  target_id::console_application = __XTD_TARGET_ID_CONSOLE_APPLICATION__,
  target_id::gui_application = __XTD_TARGET_ID_GUI_APPLICATION__,
  target_id::test_application = __XTD_TARGET_ID_TEST_APPLICATION__,
  target_id::interface_library = __XTD_TARGET_ID_INTERFACE_LIBRARY__,
  target_id::module_library = __XTD_TARGET_ID_MODULE_LIBRARY__,
  target_id::shared_library = __XTD_TARGET_ID_SHARED_LIBRARY__,
  target_id::static_library = __XTD_TARGET_ID_STATIC_LIBRARY__,
  target_id::custom_target = __XTD_TARGET_ID_CUSTOM_TARGET__
}
 Identifies the target, supported by an assembly. More...
 
enum  uri_components {
  uri_components::none = 0x00000000,
  uri_components::scheme = 0x00000001,
  uri_components::user_info = 0x00000002,
  uri_components::host = 0x00000004,
  uri_components::port = 0x000000008,
  uri_components::path = 0x00000010,
  uri_components::query = 0x00000020,
  uri_components::fragment = 0x00000040,
  uri_components::strong_port = 0x00000080,
  uri_components::keep_delimiter = 0x40000000,
  uri_components::host_and_port = 0x00000084,
  uri_components::strong_authority = 0x00000086,
  uri_components::absolute_uri = 0x0000007F,
  uri_components::path_and_query = 0x00000030,
  uri_components::http_request_url = 0x0000003D,
  uri_components::scheme_and_server = 0x0000000D,
  uri_components::serialization_info_string = 0x08000000
}
 This enumeration has a Flags attribute that allows a bitwise combination of its member values. More...
 
enum  uri_format {
  uri_format::safe_unescaped = 0,
  uri_format::unescaped = 1,
  uri_format::uri_escaped = 2
}
 Controls how URI information is escaped. More...
 
enum  uri_host_name_type {
  uri_host_name_type::unknown = 0,
  uri_host_name_type::basic = 1,
  uri_host_name_type::dns = 2,
  uri_host_name_type::ip_v4 = 3,
  uri_host_name_type::ip_v6 = 4
}
 Defines host name types for the xtd::uri::check_host_name method. More...
 
enum  uri_kind {
  uri_kind::relative_or_absolute = 0,
  uri_kind::absolute = 1,
  uri_kind::relative = 2
}
 Defines the kinds of Uris for the xtd::uri::is_well_formed_uri_string and several xtd::uri methods. More...
 
enum  uri_partial {
  uri_partial::scheme = 0,
  uri_partial::authority = 1,
  uri_partial::path = 2,
  uri_partial::query = 3
}
 Defines the parts of a URI for the xtd::uri::get_left_part method. More...
 

Functions

template<typename new_type_t >
new_type_t as (std::any value)
 Casts a type into another type. More...
 
template<typename new_type_t >
new_type_t as (bool value)
 Casts a type into another type. More...
 
template<typename new_type_t >
new_type_t as (xtd::byte value)
 Casts a type into another type. More...
 
template<typename new_type_t >
new_type_t as (char value)
 Casts a type into another type. More...
 
template<typename new_type_t >
new_type_t as (char8 value)
 Casts a type into another type. More...
 
template<typename new_type_t >
new_type_t as (char16 value)
 Casts a type into another type. More...
 
template<typename new_type_t >
new_type_t as (char32 value)
 Casts a type into another type. More...
 
template<typename new_type_t >
new_type_t as (wchar value)
 Casts a type into another type. More...
 
template<typename new_type_t >
new_type_t as (decimal value)
 Casts a type into another type. More...
 
template<typename new_type_t >
new_type_t as (double value)
 Casts a type into another type. More...
 
template<typename new_type_t >
new_type_t as (float value)
 Casts a type into another type. More...
 
template<typename new_type_t >
new_type_t as (int16 value)
 Casts a type into another type. More...
 
template<typename new_type_t >
new_type_t as (int32 value)
 Casts a type into another type. More...
 
template<typename new_type_t >
new_type_t as (int64 value)
 Casts a type into another type. More...
 
template<typename new_type_t >
new_type_t as (slong value)
 Casts a type into another type. More...
 
template<typename new_type_t >
new_type_t as (sbyte value)
 Casts a type into another type. More...
 
template<typename new_type_t >
new_type_t as (uint16 value)
 Casts a type into another type. More...
 
template<typename new_type_t >
new_type_t as (uint32 value)
 Casts a type into another type. More...
 
template<typename new_type_t >
new_type_t as (uint64 value)
 Casts a type into another type. More...
 
template<typename new_type_t >
new_type_t as (xtd::ulong value)
 Casts a type into another type. More...
 
template<typename new_type_t >
new_type_t as (const xtd::ustring &value)
 Casts a type into another type. More...
 
template<typename new_type_t >
new_type_t as (xtd::ustring &value)
 Casts a type into another type. More...
 
template<typename new_type_t >
new_type_t as (const std::string &value)
 Casts a type into another type. More...
 
template<typename new_type_t >
new_type_t as (std::string &value)
 Casts a type into another type. More...
 
template<typename new_type_t >
new_type_t as (const std::u8string &value)
 Casts a type into another type. More...
 
template<typename new_type_t >
new_type_t as (std::u8string &value)
 Casts a type into another type. More...
 
template<typename new_type_t >
new_type_t as (const std::u16string &value)
 Casts a type into another type. More...
 
template<typename new_type_t >
new_type_t as (std::u16string &value)
 Casts a type into another type. More...
 
template<typename new_type_t >
new_type_t as (const std::u32string &value)
 Casts a type into another type. More...
 
template<typename new_type_t >
new_type_t as (std::u32string &value)
 Casts a type into another type. More...
 
template<typename new_type_t >
new_type_t as (const std::wstring &value)
 Casts a type into another type. More...
 
template<typename new_type_t >
new_type_t as (std::wstring &value)
 Casts a type into another type. More...
 
template<typename new_type_t >
new_type_t as (const char *value)
 Casts a type into another type. More...
 
template<typename new_type_t >
new_type_t as (char *value)
 Casts a type into another type. More...
 
template<typename new_type_t >
new_type_t as (const char8 *value)
 Casts a type into another type. More...
 
template<typename new_type_t >
new_type_t as (char8 *value)
 Casts a type into another type. More...
 
template<typename new_type_t >
new_type_t as (const char16 *value)
 Casts a type into another type. More...
 
template<typename new_type_t >
new_type_t as (char16 *value)
 Casts a type into another type. More...
 
template<typename new_type_t >
new_type_t as (const char32 *value)
 Casts a type into another type. More...
 
template<typename new_type_t >
new_type_t as (char32 *value)
 Casts a type into another type. More...
 
template<typename new_type_t >
new_type_t as (const wchar *value)
 Casts a type into another type. More...
 
template<typename new_type_t >
new_type_t as (wchar *value)
 Casts a type into another type. More...
 
template<typename new_type_t , typename current_type_t >
const new_type_t & as (const current_type_t &value)
 Casts a type into another type. More...
 
template<typename new_type_t , typename current_type_t >
new_type_t & as (current_type_t &value)
 Casts a type into another type. More...
 
template<typename new_type_t , typename current_type_t >
const new_type_t * as (const current_type_t *value)
 Casts a type into another type. More...
 
template<typename new_type_t , typename current_type_t >
new_type_t * as (current_type_t *value)
 Casts a type into another type. More...
 
template<typename new_type_t , typename current_type_t >
std::unique_ptr< new_type_t > as (std::unique_ptr< current_type_t > &value)
 Casts a type into another type. More...
 
template<typename new_type_t , typename current_type_t >
std::unique_ptr< new_type_t > as (std::unique_ptr< current_type_t > &&value)
 Casts a type into another type. More...
 
template<typename new_type_t , typename current_type_t >
std::shared_ptr< new_type_t > as (const std::shared_ptr< current_type_t > &value)
 Casts a type into another type. More...
 
template<typename new_type_t , typename current_type_t >
std::shared_ptr< new_type_t > as (std::shared_ptr< current_type_t > &value)
 Casts a type into another type. More...
 
template<typename new_type_t , typename current_type_t >
std::shared_ptr< new_type_t > as (std::shared_ptr< current_type_t > &&value)
 Casts a type into another type. More...
 
template<>
bool as< bool > (std::any value)
 Casts a type into another type. More...
 
template<>
bool as< bool > (bool value)
 Casts a type into another type. More...
 
template<>
bool as< bool > (xtd::byte value)
 Casts a type into another type. More...
 
template<>
bool as< bool > (char value)
 Casts a type into another type. More...
 
template<>
bool as< bool > (char8 value)
 Casts a type into another type. More...
 
template<>
bool as< bool > (char16 value)
 Casts a type into another type. More...
 
template<>
bool as< bool > (char32 value)
 Casts a type into another type. More...
 
template<>
bool as< bool > (wchar value)
 Casts a type into another type. More...
 
template<>
bool as< bool > (decimal value)
 Casts a type into another type. More...
 
template<>
bool as< bool > (double value)
 Casts a type into another type. More...
 
template<>
bool as< bool > (float value)
 Casts a type into another type. More...
 
template<>
bool as< bool > (int16 value)
 Casts a type into another type. More...
 
template<>
bool as< bool > (int32 value)
 Casts a type into another type. More...
 
template<>
bool as< bool > (int64 value)
 Casts a type into another type. More...
 
template<>
bool as< bool > (slong value)
 Casts a type into another type. More...
 
template<>
bool as< bool > (sbyte value)
 Casts a type into another type. More...
 
template<>
bool as< bool > (uint16 value)
 Casts a type into another type. More...
 
template<>
bool as< bool > (uint32 value)
 Casts a type into another type. More...
 
template<>
bool as< bool > (uint64 value)
 Casts a type into another type. More...
 
template<>
bool as< bool > (xtd::ulong value)
 Casts a type into another type. More...
 
template<>
bool as< bool > (const xtd::ustring &value)
 Casts a type into another type. More...
 
template<>
bool as< bool > (const std::string &value)
 Casts a type into another type. More...
 
template<>
bool as< bool > (const std::u8string &value)
 Casts a type into another type. More...
 
template<>
bool as< bool > (const std::u16string &value)
 Casts a type into another type. More...
 
template<>
bool as< bool > (const std::u32string &value)
 Casts a type into another type. More...
 
template<>
bool as< bool > (const std::wstring &value)
 Casts a type into another type. More...
 
template<>
bool as< bool > (const char *value)
 Casts a type into another type. More...
 
template<>
bool as< bool > (char *value)
 Casts a type into another type. More...
 
template<>
bool as< bool > (const char8 *value)
 Casts a type into another type. More...
 
template<>
bool as< bool > (char8 *value)
 Casts a type into another type. More...
 
template<>
bool as< bool > (const char16 *value)
 Casts a type into another type. More...
 
template<>
bool as< bool > (char16 *value)
 Casts a type into another type. More...
 
template<>
bool as< bool > (const char32 *value)
 Casts a type into another type. More...
 
template<>
bool as< bool > (char32 *value)
 Casts a type into another type. More...
 
template<>
bool as< bool > (const wchar *value)
 Casts a type into another type. More...
 
template<>
bool as< bool > (wchar *value)
 Casts a type into another type. More...
 
template<>
char as< char > (std::any value)
 Casts a type into another type. More...
 
template<>
char as< char > (bool value)
 Casts a type into another type. More...
 
template<>
char as< char > (xtd::byte value)
 Casts a type into another type. More...
 
template<>
char as< char > (char value)
 Casts a type into another type. More...
 
template<>
char as< char > (char8 value)
 Casts a type into another type. More...
 
template<>
char as< char > (char16 value)
 Casts a type into another type. More...
 
template<>
char as< char > (char32 value)
 Casts a type into another type. More...
 
template<>
char as< char > (wchar value)
 Casts a type into another type. More...
 
template<>
char as< char > (decimal value)
 Casts a type into another type. More...
 
template<>
char as< char > (double value)
 Casts a type into another type. More...
 
template<>
char as< char > (float value)
 Casts a type into another type. More...
 
template<>
char as< char > (int16 value)
 Casts a type into another type. More...
 
template<>
char as< char > (int32 value)
 Casts a type into another type. More...
 
template<>
char as< char > (int64 value)
 Casts a type into another type. More...
 
template<>
char as< char > (slong value)
 Casts a type into another type. More...
 
template<>
char as< char > (sbyte value)
 Casts a type into another type. More...
 
template<>
char as< char > (uint16 value)
 Casts a type into another type. More...
 
template<>
char as< char > (uint32 value)
 Casts a type into another type. More...
 
template<>
char as< char > (uint64 value)
 Casts a type into another type. More...
 
template<>
char as< char > (xtd::ulong value)
 Casts a type into another type. More...
 
template<>
char as< char > (const xtd::ustring &value)
 Casts a type into another type. More...
 
template<>
char as< char > (const std::string &value)
 Casts a type into another type. More...
 
template<>
char as< char > (const std::u8string &value)
 Casts a type into another type. More...
 
template<>
char as< char > (const std::u16string &value)
 Casts a type into another type. More...
 
template<>
char as< char > (const std::u32string &value)
 Casts a type into another type. More...
 
template<>
char as< char > (const std::wstring &value)
 Casts a type into another type. More...
 
template<>
char as< char > (const char *value)
 Casts a type into another type. More...
 
template<>
char as< char > (char *value)
 Casts a type into another type. More...
 
template<>
char as< char > (const char8 *value)
 Casts a type into another type. More...
 
template<>
char as< char > (char8 *value)
 Casts a type into another type. More...
 
template<>
char as< char > (const char16 *value)
 Casts a type into another type. More...
 
template<>
char as< char > (char16 *value)
 Casts a type into another type. More...
 
template<>
char as< char > (const char32 *value)
 Casts a type into another type. More...
 
template<>
char as< char > (char32 *value)
 Casts a type into another type. More...
 
template<>
char as< char > (const wchar *value)
 Casts a type into another type. More...
 
template<>
char as< char > (wchar *value)
 Casts a type into another type. More...
 
template<>
char16 as< char16 > (std::any value)
 Casts a type into another type. More...
 
template<>
char16 as< char16 > (bool value)
 Casts a type into another type. More...
 
template<>
char16 as< char16 > (xtd::byte value)
 Casts a type into another type. More...
 
template<>
char16 as< char16 > (char value)
 Casts a type into another type. More...
 
template<>
char16 as< char16 > (char8 value)
 Casts a type into another type. More...
 
template<>
char16 as< char16 > (char16 value)
 Casts a type into another type. More...
 
template<>
char16 as< char16 > (char32 value)
 Casts a type into another type. More...
 
template<>
char16 as< char16 > (wchar value)
 Casts a type into another type. More...
 
template<>
char16 as< char16 > (decimal value)
 Casts a type into another type. More...
 
template<>
char16 as< char16 > (double value)
 Casts a type into another type. More...
 
template<>
char16 as< char16 > (float value)
 Casts a type into another type. More...
 
template<>
char16 as< char16 > (int16 value)
 Casts a type into another type. More...
 
template<>
char16 as< char16 > (int32 value)
 Casts a type into another type. More...
 
template<>
char16 as< char16 > (int64 value)
 Casts a type into another type. More...
 
template<>
char16 as< char16 > (slong value)
 Casts a type into another type. More...
 
template<>
char16 as< char16 > (sbyte value)
 Casts a type into another type. More...
 
template<>
char16 as< char16 > (uint16 value)
 Casts a type into another type. More...
 
template<>
char16 as< char16 > (uint32 value)
 Casts a type into another type. More...
 
template<>
char16 as< char16 > (uint64 value)
 Casts a type into another type. More...
 
template<>
char16 as< char16 > (xtd::ulong value)
 Casts a type into another type. More...
 
template<>
char16 as< char16 > (const xtd::ustring &value)
 Casts a type into another type. More...
 
template<>
char16 as< char16 > (const std::string &value)
 Casts a type into another type. More...
 
template<>
char16 as< char16 > (const std::u8string &value)
 Casts a type into another type. More...
 
template<>
char16 as< char16 > (const std::u16string &value)
 Casts a type into another type. More...
 
template<>
char16 as< char16 > (const std::u32string &value)
 Casts a type into another type. More...
 
template<>
char16 as< char16 > (const std::wstring &value)
 Casts a type into another type. More...
 
template<>
char16 as< char16 > (const char *value)
 Casts a type into another type. More...
 
template<>
char16 as< char16 > (char *value)
 Casts a type into another type. More...
 
template<>
char16 as< char16 > (const char8 *value)
 Casts a type into another type. More...
 
template<>
char16 as< char16 > (char8 *value)
 Casts a type into another type. More...
 
template<>
char16 as< char16 > (const char16 *value)
 Casts a type into another type. More...
 
template<>
char16 as< char16 > (char16 *value)
 Casts a type into another type. More...
 
template<>
char16 as< char16 > (const char32 *value)
 Casts a type into another type. More...
 
template<>
char16 as< char16 > (char32 *value)
 Casts a type into another type. More...
 
template<>
char16 as< char16 > (const wchar *value)
 Casts a type into another type. More...
 
template<>
char16 as< char16 > (wchar *value)
 Casts a type into another type. More...
 
template<>
char32 as< char32 > (std::any value)
 Casts a type into another type. More...
 
template<>
char32 as< char32 > (bool value)
 Casts a type into another type. More...
 
template<>
char32 as< char32 > (xtd::byte value)
 Casts a type into another type. More...
 
template<>
char32 as< char32 > (char value)
 Casts a type into another type. More...
 
template<>
char32 as< char32 > (char8 value)
 Casts a type into another type. More...
 
template<>
char32 as< char32 > (char16 value)
 Casts a type into another type. More...
 
template<>
char32 as< char32 > (char32 value)
 Casts a type into another type. More...
 
template<>
char32 as< char32 > (wchar value)
 Casts a type into another type. More...
 
template<>
char32 as< char32 > (decimal value)
 Casts a type into another type. More...
 
template<>
char32 as< char32 > (double value)
 Casts a type into another type. More...
 
template<>
char32 as< char32 > (float value)
 Casts a type into another type. More...
 
template<>
char32 as< char32 > (int16 value)
 Casts a type into another type. More...
 
template<>
char32 as< char32 > (int32 value)
 Casts a type into another type. More...
 
template<>
char32 as< char32 > (int64 value)
 Casts a type into another type. More...
 
template<>
char32 as< char32 > (slong value)
 Casts a type into another type. More...
 
template<>
char32 as< char32 > (sbyte value)
 Casts a type into another type. More...
 
template<>
char32 as< char32 > (uint16 value)
 Casts a type into another type. More...
 
template<>
char32 as< char32 > (uint32 value)
 Casts a type into another type. More...
 
template<>
char32 as< char32 > (uint64 value)
 Casts a type into another type. More...
 
template<>
char32 as< char32 > (xtd::ulong value)
 Casts a type into another type. More...
 
template<>
char32 as< char32 > (const xtd::ustring &value)
 Casts a type into another type. More...
 
template<>
char32 as< char32 > (const std::string &value)
 Casts a type into another type. More...
 
template<>
char32 as< char32 > (const std::u8string &value)
 Casts a type into another type. More...
 
template<>
char32 as< char32 > (const std::u16string &value)
 Casts a type into another type. More...
 
template<>
char32 as< char32 > (const std::u32string &value)
 Casts a type into another type. More...
 
template<>
char32 as< char32 > (const std::wstring &value)
 Casts a type into another type. More...
 
template<>
char32 as< char32 > (const char *value)
 Casts a type into another type. More...
 
template<>
char32 as< char32 > (char *value)
 Casts a type into another type. More...
 
template<>
char32 as< char32 > (const char8 *value)
 Casts a type into another type. More...
 
template<>
char32 as< char32 > (char8 *value)
 Casts a type into another type. More...
 
template<>
char32 as< char32 > (const char16 *value)
 Casts a type into another type. More...
 
template<>
char32 as< char32 > (char16 *value)
 Casts a type into another type. More...
 
template<>
char32 as< char32 > (const char32 *value)
 Casts a type into another type. More...
 
template<>
char32 as< char32 > (char32 *value)
 Casts a type into another type. More...
 
template<>
char32 as< char32 > (const wchar *value)
 Casts a type into another type. More...
 
template<>
char32 as< char32 > (wchar *value)
 Casts a type into another type. More...
 
template<>
char8 as< char8 > (std::any value)
 Casts a type into another type. More...
 
template<>
char8 as< char8 > (bool value)
 Casts a type into another type. More...
 
template<>
char8 as< char8 > (xtd::byte value)
 Casts a type into another type. More...
 
template<>
char8 as< char8 > (char value)
 Casts a type into another type. More...
 
template<>
char8 as< char8 > (char8 value)
 Casts a type into another type. More...
 
template<>
char8 as< char8 > (char16 value)
 Casts a type into another type. More...
 
template<>
char8 as< char8 > (char32 value)
 Casts a type into another type. More...
 
template<>
char8 as< char8 > (wchar value)
 Casts a type into another type. More...
 
template<>
char8 as< char8 > (decimal value)
 Casts a type into another type. More...
 
template<>
char8 as< char8 > (double value)
 Casts a type into another type. More...
 
template<>
char8 as< char8 > (float value)
 Casts a type into another type. More...
 
template<>
char8 as< char8 > (int16 value)
 Casts a type into another type. More...
 
template<>
char8 as< char8 > (int32 value)
 Casts a type into another type. More...
 
template<>
char8 as< char8 > (int64 value)
 Casts a type into another type. More...
 
template<>
char8 as< char8 > (slong value)
 Casts a type into another type. More...
 
template<>
char8 as< char8 > (sbyte value)
 Casts a type into another type. More...
 
template<>
char8 as< char8 > (uint16 value)
 Casts a type into another type. More...
 
template<>
char8 as< char8 > (uint32 value)
 Casts a type into another type. More...
 
template<>
char8 as< char8 > (uint64 value)
 Casts a type into another type. More...
 
template<>
char8 as< char8 > (xtd::ulong value)
 Casts a type into another type. More...
 
template<>
char8 as< char8 > (const xtd::ustring &value)
 Casts a type into another type. More...
 
template<>
char8 as< char8 > (const std::string &value)
 Casts a type into another type. More...
 
template<>
char8 as< char8 > (const std::u8string &value)
 Casts a type into another type. More...
 
template<>
char8 as< char8 > (const std::u16string &value)
 Casts a type into another type. More...
 
template<>
char8 as< char8 > (const std::u32string &value)
 Casts a type into another type. More...
 
template<>
char8 as< char8 > (const std::wstring &value)
 Casts a type into another type. More...
 
template<>
char8 as< char8 > (const char *value)
 Casts a type into another type. More...
 
template<>
char8 as< char8 > (char *value)
 Casts a type into another type. More...
 
template<>
char8 as< char8 > (const char8 *value)
 Casts a type into another type. More...
 
template<>
char8 as< char8 > (char8 *value)
 Casts a type into another type. More...
 
template<>
char8 as< char8 > (const char16 *value)
 Casts a type into another type. More...
 
template<>
char8 as< char8 > (char16 *value)
 Casts a type into another type. More...
 
template<>
char8 as< char8 > (const char32 *value)
 Casts a type into another type. More...
 
template<>
char8 as< char8 > (char32 *value)
 Casts a type into another type. More...
 
template<>
char8 as< char8 > (const wchar *value)
 Casts a type into another type. More...
 
template<>
char8 as< char8 > (wchar *value)
 Casts a type into another type. More...
 
template<>
decimal as< decimal > (std::any value)
 Casts a type into another type. More...
 
template<>
decimal as< decimal > (bool value)
 Casts a type into another type. More...
 
template<>
decimal as< decimal > (xtd::byte value)
 Casts a type into another type. More...
 
template<>
decimal as< decimal > (char value)
 Casts a type into another type. More...
 
template<>
decimal as< decimal > (char8 value)
 Casts a type into another type. More...
 
template<>
decimal as< decimal > (char16 value)
 Casts a type into another type. More...
 
template<>
decimal as< decimal > (char32 value)
 Casts a type into another type. More...
 
template<>
decimal as< decimal > (wchar value)
 Casts a type into another type. More...
 
template<>
decimal as< decimal > (decimal value)
 Casts a type into another type. More...
 
template<>
decimal as< decimal > (double value)
 Casts a type into another type. More...
 
template<>
decimal as< decimal > (float value)
 Casts a type into another type. More...
 
template<>
decimal as< decimal > (int16 value)
 Casts a type into another type. More...
 
template<>
decimal as< decimal > (int32 value)
 Casts a type into another type. More...
 
template<>
decimal as< decimal > (int64 value)
 Casts a type into another type. More...
 
template<>
decimal as< decimal > (slong value)
 Casts a type into another type. More...
 
template<>
decimal as< decimal > (sbyte value)
 Casts a type into another type. More...
 
template<>
decimal as< decimal > (uint16 value)
 Casts a type into another type. More...
 
template<>
decimal as< decimal > (uint32 value)
 Casts a type into another type. More...
 
template<>
decimal as< decimal > (uint64 value)
 Casts a type into another type. More...
 
template<>
decimal as< decimal > (xtd::ulong value)
 Casts a type into another type. More...
 
template<>
decimal as< decimal > (const xtd::ustring &value)
 Casts a type into another type. More...
 
template<>
decimal as< decimal > (const std::string &value)
 Casts a type into another type. More...
 
template<>
decimal as< decimal > (const std::u8string &value)
 Casts a type into another type. More...
 
template<>
decimal as< decimal > (const std::u16string &value)
 Casts a type into another type. More...
 
template<>
decimal as< decimal > (const std::u32string &value)
 Casts a type into another type. More...
 
template<>
decimal as< decimal > (const std::wstring &value)
 Casts a type into another type. More...
 
template<>
decimal as< decimal > (const char *value)
 Casts a type into another type. More...
 
template<>
decimal as< decimal > (char *value)
 Casts a type into another type. More...
 
template<>
decimal as< decimal > (const char8 *value)
 Casts a type into another type. More...
 
template<>
decimal as< decimal > (char8 *value)
 Casts a type into another type. More...
 
template<>
decimal as< decimal > (const char16 *value)
 Casts a type into another type. More...
 
template<>
decimal as< decimal > (char16 *value)
 Casts a type into another type. More...
 
template<>
decimal as< decimal > (const char32 *value)
 Casts a type into another type. More...
 
template<>
decimal as< decimal > (char32 *value)
 Casts a type into another type. More...
 
template<>
decimal as< decimal > (const wchar *value)
 Casts a type into another type. More...
 
template<>
decimal as< decimal > (wchar *value)
 Casts a type into another type. More...
 
template<>
double as< double > (std::any value)
 Casts a type into another type. More...
 
template<>
double as< double > (bool value)
 Casts a type into another type. More...
 
template<>
double as< double > (xtd::byte value)
 Casts a type into another type. More...
 
template<>
double as< double > (char value)
 Casts a type into another type. More...
 
template<>
double as< double > (char8 value)
 Casts a type into another type. More...
 
template<>
double as< double > (char16 value)
 Casts a type into another type. More...
 
template<>
double as< double > (char32 value)
 Casts a type into another type. More...
 
template<>
double as< double > (wchar value)
 Casts a type into another type. More...
 
template<>
double as< double > (decimal value)
 Casts a type into another type. More...
 
template<>
double as< double > (double value)
 Casts a type into another type. More...
 
template<>
double as< double > (float value)
 Casts a type into another type. More...
 
template<>
double as< double > (int16 value)
 Casts a type into another type. More...
 
template<>
double as< double > (int32 value)
 Casts a type into another type. More...
 
template<>
double as< double > (int64 value)
 Casts a type into another type. More...
 
template<>
double as< double > (slong value)
 Casts a type into another type. More...
 
template<>
double as< double > (sbyte value)
 Casts a type into another type. More...
 
template<>
double as< double > (uint16 value)
 Casts a type into another type. More...
 
template<>
double as< double > (uint32 value)
 Casts a type into another type. More...
 
template<>
double as< double > (uint64 value)
 Casts a type into another type. More...
 
template<>
double as< double > (xtd::ulong value)
 Casts a type into another type. More...
 
template<>
double as< double > (const xtd::ustring &value)
 Casts a type into another type. More...
 
template<>
double as< double > (const std::string &value)
 Casts a type into another type. More...
 
template<>
double as< double > (const std::u8string &value)
 Casts a type into another type. More...
 
template<>
double as< double > (const std::u16string &value)
 Casts a type into another type. More...
 
template<>
double as< double > (const std::u32string &value)
 Casts a type into another type. More...
 
template<>
double as< double > (const std::wstring &value)
 Casts a type into another type. More...
 
template<>
double as< double > (const char *value)
 Casts a type into another type. More...
 
template<>
double as< double > (char *value)
 Casts a type into another type. More...
 
template<>
double as< double > (const char8 *value)
 Casts a type into another type. More...
 
template<>
double as< double > (char8 *value)
 Casts a type into another type. More...
 
template<>
double as< double > (const char16 *value)
 Casts a type into another type. More...
 
template<>
double as< double > (char16 *value)
 Casts a type into another type. More...
 
template<>
double as< double > (const char32 *value)
 Casts a type into another type. More...
 
template<>
double as< double > (char32 *value)
 Casts a type into another type. More...
 
template<>
double as< double > (const wchar *value)
 Casts a type into another type. More...
 
template<>
double as< double > (wchar *value)
 Casts a type into another type. More...
 
template<>
float as< float > (std::any value)
 Casts a type into another type. More...
 
template<>
float as< float > (bool value)
 Casts a type into another type. More...
 
template<>
float as< float > (xtd::byte value)
 Casts a type into another type. More...
 
template<>
float as< float > (char value)
 Casts a type into another type. More...
 
template<>
float as< float > (char8 value)
 Casts a type into another type. More...
 
template<>
float as< float > (char16 value)
 Casts a type into another type. More...
 
template<>
float as< float > (char32 value)
 Casts a type into another type. More...
 
template<>
float as< float > (wchar value)
 Casts a type into another type. More...
 
template<>
float as< float > (decimal value)
 Casts a type into another type. More...
 
template<>
float as< float > (double value)
 Casts a type into another type. More...
 
template<>
float as< float > (float value)
 Casts a type into another type. More...
 
template<>
float as< float > (int16 value)
 Casts a type into another type. More...
 
template<>
float as< float > (int32 value)
 Casts a type into another type. More...
 
template<>
float as< float > (int64 value)
 Casts a type into another type. More...
 
template<>
float as< float > (slong value)
 Casts a type into another type. More...
 
template<>
float as< float > (sbyte value)
 Casts a type into another type. More...
 
template<>
float as< float > (uint16 value)
 Casts a type into another type. More...
 
template<>
float as< float > (uint32 value)
 Casts a type into another type. More...
 
template<>
float as< float > (uint64 value)
 Casts a type into another type. More...
 
template<>
float as< float > (xtd::ulong value)
 Casts a type into another type. More...
 
template<>
float as< float > (const xtd::ustring &value)
 Casts a type into another type. More...
 
template<>
float as< float > (const std::string &value)
 Casts a type into another type. More...
 
template<>
float as< float > (const std::u8string &value)
 Casts a type into another type. More...
 
template<>
float as< float > (const std::u16string &value)
 Casts a type into another type. More...
 
template<>
float as< float > (const std::u32string &value)
 Casts a type into another type. More...
 
template<>
float as< float > (const std::wstring &value)
 Casts a type into another type. More...
 
template<>
float as< float > (const char *value)
 Casts a type into another type. More...
 
template<>
float as< float > (char *value)
 Casts a type into another type. More...
 
template<>
float as< float > (const char8 *value)
 Casts a type into another type. More...
 
template<>
float as< float > (char8 *value)
 Casts a type into another type. More...
 
template<>
float as< float > (const char16 *value)
 Casts a type into another type. More...
 
template<>
float as< float > (char16 *value)
 Casts a type into another type. More...
 
template<>
float as< float > (const char32 *value)
 Casts a type into another type. More...
 
template<>
float as< float > (char32 *value)
 Casts a type into another type. More...
 
template<>
float as< float > (const wchar *value)
 Casts a type into another type. More...
 
template<>
float as< float > (wchar *value)
 Casts a type into another type. More...
 
template<>
int16 as< int16 > (std::any value)
 Casts a type into another type. More...
 
template<>
int16 as< int16 > (bool value)
 Casts a type into another type. More...
 
template<>
int16 as< int16 > (xtd::byte value)
 Casts a type into another type. More...
 
template<>
int16 as< int16 > (char value)
 Casts a type into another type. More...
 
template<>
int16 as< int16 > (char8 value)
 Casts a type into another type. More...
 
template<>
int16 as< int16 > (char16 value)
 Casts a type into another type. More...
 
template<>
int16 as< int16 > (char32 value)
 Casts a type into another type. More...
 
template<>
int16 as< int16 > (wchar value)
 Casts a type into another type. More...
 
template<>
int16 as< int16 > (decimal value)
 Casts a type into another type. More...
 
template<>
int16 as< int16 > (double value)
 Casts a type into another type. More...
 
template<>
int16 as< int16 > (float value)
 Casts a type into another type. More...
 
template<>
int16 as< int16 > (int16 value)
 Casts a type into another type. More...
 
template<>
int16 as< int16 > (int32 value)
 Casts a type into another type. More...
 
template<>
int16 as< int16 > (int64 value)
 Casts a type into another type. More...
 
template<>
int16 as< int16 > (slong value)
 Casts a type into another type. More...
 
template<>
int16 as< int16 > (sbyte value)
 Casts a type into another type. More...
 
template<>
int16 as< int16 > (uint16 value)
 Casts a type into another type. More...
 
template<>
int16 as< int16 > (uint32 value)
 Casts a type into another type. More...
 
template<>
int16 as< int16 > (uint64 value)
 Casts a type into another type. More...
 
template<>
int16 as< int16 > (xtd::ulong value)
 Casts a type into another type. More...
 
template<>
int16 as< int16 > (const xtd::ustring &value)
 Casts a type into another type. More...
 
template<>
int16 as< int16 > (const xtd::ustring &value, xtd::byte from_base)
 Casts a type into another type. More...
 
template<>
int16 as< int16 > (const std::string &value)
 Casts a type into another type. More...
 
template<>
int16 as< int16 > (const std::u8string &value)
 Casts a type into another type. More...
 
template<>
int16 as< int16 > (const std::u16string &value)
 Casts a type into another type. More...
 
template<>
int16 as< int16 > (const std::u32string &value)
 Casts a type into another type. More...
 
template<>
int16 as< int16 > (const std::wstring &value)
 Casts a type into another type. More...
 
template<>
int16 as< int16 > (const char *value)
 Casts a type into another type. More...
 
template<>
int16 as< int16 > (char *value)
 Casts a type into another type. More...
 
template<>
int16 as< int16 > (const char8 *value)
 Casts a type into another type. More...
 
template<>
int16 as< int16 > (char8 *value)
 Casts a type into another type. More...
 
template<>
int16 as< int16 > (const char16 *value)
 Casts a type into another type. More...
 
template<>
int16 as< int16 > (char16 *value)
 Casts a type into another type. More...
 
template<>
int16 as< int16 > (const char32 *value)
 Casts a type into another type. More...
 
template<>
int16 as< int16 > (char32 *value)
 Casts a type into another type. More...
 
template<>
int16 as< int16 > (const wchar *value)
 Casts a type into another type. More...
 
template<>
int16 as< int16 > (wchar *value)
 Casts a type into another type. More...
 
template<>
int32 as< int32 > (std::any value)
 Casts a type into another type. More...
 
template<>
int32 as< int32 > (bool value)
 Casts a type into another type. More...
 
template<>
int32 as< int32 > (xtd::byte value)
 Casts a type into another type. More...
 
template<>
int32 as< int32 > (char value)
 Casts a type into another type. More...
 
template<>
int32 as< int32 > (char8 value)
 Casts a type into another type. More...
 
template<>
int32 as< int32 > (char16 value)
 Casts a type into another type. More...
 
template<>
int32 as< int32 > (char32 value)
 Casts a type into another type. More...
 
template<>
int32 as< int32 > (wchar value)
 Casts a type into another type. More...
 
template<>
int32 as< int32 > (decimal value)
 Casts a type into another type. More...
 
template<>
int32 as< int32 > (double value)
 Casts a type into another type. More...
 
template<>
int32 as< int32 > (float value)
 Casts a type into another type. More...
 
template<>
int32 as< int32 > (int16 value)
 Casts a type into another type. More...
 
template<>
int32 as< int32 > (int32 value)
 Casts a type into another type. More...
 
template<>
int32 as< int32 > (int64 value)
 Casts a type into another type. More...
 
template<>
int32 as< int32 > (slong value)
 Casts a type into another type. More...
 
template<>
int32 as< int32 > (sbyte value)
 Casts a type into another type. More...
 
template<>
int32 as< int32 > (uint16 value)
 Casts a type into another type. More...
 
template<>
int32 as< int32 > (uint32 value)
 Casts a type into another type. More...
 
template<>
int32 as< int32 > (uint64 value)
 Casts a type into another type. More...
 
template<>
int32 as< int32 > (xtd::ulong value)
 Casts a type into another type. More...
 
template<>
int32 as< int32 > (const xtd::ustring &value)
 Casts a type into another type. More...
 
template<>
int32 as< int32 > (const xtd::ustring &value, xtd::byte from_base)
 Casts a type into another type. More...
 
template<>
int32 as< int32 > (const std::string &value)
 Casts a type into another type. More...
 
template<>
int32 as< int32 > (const std::u8string &value)
 Casts a type into another type. More...
 
template<>
int32 as< int32 > (const std::u16string &value)
 Casts a type into another type. More...
 
template<>
int32 as< int32 > (const std::u32string &value)
 Casts a type into another type. More...
 
template<>
int32 as< int32 > (const std::wstring &value)
 Casts a type into another type. More...
 
template<>
int32 as< int32 > (const char *value)
 Casts a type into another type. More...
 
template<>
int32 as< int32 > (char *value)
 Casts a type into another type. More...
 
template<>
int32 as< int32 > (const char8 *value)
 Casts a type into another type. More...
 
template<>
int32 as< int32 > (char8 *value)
 Casts a type into another type. More...
 
template<>
int32 as< int32 > (const char16 *value)
 Casts a type into another type. More...
 
template<>
int32 as< int32 > (char16 *value)
 Casts a type into another type. More...
 
template<>
int32 as< int32 > (const char32 *value)
 Casts a type into another type. More...
 
template<>
int32 as< int32 > (char32 *value)
 Casts a type into another type. More...
 
template<>
int32 as< int32 > (const wchar *value)
 Casts a type into another type. More...
 
template<>
int32 as< int32 > (wchar *value)
 Casts a type into another type. More...
 
template<>
int64 as< int64 > (std::any value)
 Casts a type into another type. More...
 
template<>
int64 as< int64 > (bool value)
 Casts a type into another type. More...
 
template<>
int64 as< int64 > (xtd::byte value)
 Casts a type into another type. More...
 
template<>
int64 as< int64 > (char value)
 Casts a type into another type. More...
 
template<>
int64 as< int64 > (char8 value)
 Casts a type into another type. More...
 
template<>
int64 as< int64 > (char16 value)
 Casts a type into another type. More...
 
template<>
int64 as< int64 > (char32 value)
 Casts a type into another type. More...
 
template<>
int64 as< int64 > (wchar value)
 Casts a type into another type. More...
 
template<>
int64 as< int64 > (decimal value)
 Casts a type into another type. More...
 
template<>
int64 as< int64 > (double value)
 Casts a type into another type. More...
 
template<>
int64 as< int64 > (float value)
 Casts a type into another type. More...
 
template<>
int64 as< int64 > (int16 value)
 Casts a type into another type. More...
 
template<>
int64 as< int64 > (int32 value)
 Casts a type into another type. More...
 
template<>
int64 as< int64 > (int64 value)
 Casts a type into another type. More...
 
template<>
int64 as< int64 > (slong value)
 Casts a type into another type. More...
 
template<>
int64 as< int64 > (sbyte value)
 Casts a type into another type. More...
 
template<>
int64 as< int64 > (uint16 value)
 Casts a type into another type. More...
 
template<>
int64 as< int64 > (uint32 value)
 Casts a type into another type. More...
 
template<>
int64 as< int64 > (uint64 value)
 Casts a type into another type. More...
 
template<>
int64 as< int64 > (xtd::ulong value)
 Casts a type into another type. More...
 
template<>
int64 as< int64 > (const xtd::ustring &value)
 Casts a type into another type. More...
 
template<>
int64 as< int64 > (const xtd::ustring &value, xtd::byte from_base)
 Casts a type into another type. More...
 
template<>
int64 as< int64 > (const std::string &value)
 Casts a type into another type. More...
 
template<>
int64 as< int64 > (const std::u8string &value)
 Casts a type into another type. More...
 
template<>
int64 as< int64 > (const std::u16string &value)
 Casts a type into another type. More...
 
template<>
int64 as< int64 > (const std::u32string &value)
 Casts a type into another type. More...
 
template<>
int64 as< int64 > (const std::wstring &value)
 Casts a type into another type. More...
 
template<>
int64 as< int64 > (const char *value)
 Casts a type into another type. More...
 
template<>
int64 as< int64 > (char *value)
 Casts a type into another type. More...
 
template<>
int64 as< int64 > (const char8 *value)
 Casts a type into another type. More...
 
template<>
int64 as< int64 > (char8 *value)
 Casts a type into another type. More...
 
template<>
int64 as< int64 > (const char16 *value)
 Casts a type into another type. More...
 
template<>
int64 as< int64 > (char16 *value)
 Casts a type into another type. More...
 
template<>
int64 as< int64 > (const char32 *value)
 Casts a type into another type. More...
 
template<>
int64 as< int64 > (char32 *value)
 Casts a type into another type. More...
 
template<>
int64 as< int64 > (const wchar *value)
 Casts a type into another type. More...
 
template<>
int64 as< int64 > (wchar *value)
 Casts a type into another type. More...
 
template<>
sbyte as< sbyte > (std::any value)
 Casts a type into another type. More...
 
template<>
sbyte as< sbyte > (bool value)
 Casts a type into another type. More...
 
template<>
sbyte as< sbyte > (xtd::byte value)
 Casts a type into another type. More...
 
template<>
sbyte as< sbyte > (char value)
 Casts a type into another type. More...
 
template<>
sbyte as< sbyte > (char8 value)
 Casts a type into another type. More...
 
template<>
sbyte as< sbyte > (char16 value)
 Casts a type into another type. More...
 
template<>
sbyte as< sbyte > (char32 value)
 Casts a type into another type. More...
 
template<>
sbyte as< sbyte > (wchar value)
 Casts a type into another type. More...
 
template<>
sbyte as< sbyte > (decimal value)
 Casts a type into another type. More...
 
template<>
sbyte as< sbyte > (double value)
 Casts a type into another type. More...
 
template<>
sbyte as< sbyte > (float value)
 Casts a type into another type. More...
 
template<>
sbyte as< sbyte > (int16 value)
 Casts a type into another type. More...
 
template<>
sbyte as< sbyte > (int32 value)
 Casts a type into another type. More...
 
template<>
sbyte as< sbyte > (int64 value)
 Casts a type into another type. More...
 
template<>
sbyte as< sbyte > (slong value)
 Casts a type into another type. More...
 
template<>
sbyte as< sbyte > (sbyte value)
 Casts a type into another type. More...
 
template<>
sbyte as< sbyte > (uint16 value)
 Casts a type into another type. More...
 
template<>
sbyte as< sbyte > (uint32 value)
 Casts a type into another type. More...
 
template<>
sbyte as< sbyte > (uint64 value)
 Casts a type into another type. More...
 
template<>
sbyte as< sbyte > (xtd::ulong value)
 Casts a type into another type. More...
 
template<>
sbyte as< sbyte > (const xtd::ustring &value)
 Casts a type into another type. More...
 
template<>
sbyte as< sbyte > (const xtd::ustring &value, xtd::byte from_base)
 Casts a type into another type. More...
 
template<>
sbyte as< sbyte > (const std::string &value)
 Casts a type into another type. More...
 
template<>
sbyte as< sbyte > (const std::u8string &value)
 Casts a type into another type. More...
 
template<>
sbyte as< sbyte > (const std::u16string &value)
 Casts a type into another type. More...
 
template<>
sbyte as< sbyte > (const std::u32string &value)
 Casts a type into another type. More...
 
template<>
sbyte as< sbyte > (const std::wstring &value)
 Casts a type into another type. More...
 
template<>
sbyte as< sbyte > (const char *value)
 Casts a type into another type. More...
 
template<>
sbyte as< sbyte > (char *value)
 Casts a type into another type. More...
 
template<>
sbyte as< sbyte > (const char8 *value)
 Casts a type into another type. More...
 
template<>
sbyte as< sbyte > (char8 *value)
 Casts a type into another type. More...
 
template<>
sbyte as< sbyte > (const char16 *value)
 Casts a type into another type. More...
 
template<>
sbyte as< sbyte > (char16 *value)
 Casts a type into another type. More...
 
template<>
sbyte as< sbyte > (const char32 *value)
 Casts a type into another type. More...
 
template<>
sbyte as< sbyte > (char32 *value)
 Casts a type into another type. More...
 
template<>
sbyte as< sbyte > (const wchar *value)
 Casts a type into another type. More...
 
template<>
sbyte as< sbyte > (wchar *value)
 Casts a type into another type. More...
 
template<>
slong as< slong > (std::any value)
 Casts a type into another type. More...
 
template<>
slong as< slong > (bool value)
 Casts a type into another type. More...
 
template<>
slong as< slong > (xtd::byte value)
 Casts a type into another type. More...
 
template<>
slong as< slong > (char value)
 Casts a type into another type. More...
 
template<>
slong as< slong > (char8 value)
 Casts a type into another type. More...
 
template<>
slong as< slong > (char16 value)
 Casts a type into another type. More...
 
template<>
slong as< slong > (char32 value)
 Casts a type into another type. More...
 
template<>
slong as< slong > (wchar value)
 Casts a type into another type. More...
 
template<>
slong as< slong > (decimal value)
 Casts a type into another type. More...
 
template<>
slong as< slong > (double value)
 Casts a type into another type. More...
 
template<>
slong as< slong > (float value)
 Casts a type into another type. More...
 
template<>
slong as< slong > (int16 value)
 Casts a type into another type. More...
 
template<>
slong as< slong > (int32 value)
 Casts a type into another type. More...
 
template<>
slong as< slong > (int64 value)
 Casts a type into another type. More...
 
template<>
slong as< slong > (slong value)
 Casts a type into another type. More...
 
template<>
slong as< slong > (sbyte value)
 Casts a type into another type. More...
 
template<>
slong as< slong > (uint16 value)
 Casts a type into another type. More...
 
template<>
slong as< slong > (uint32 value)
 Casts a type into another type. More...
 
template<>
slong as< slong > (uint64 value)
 Casts a type into another type. More...
 
template<>
slong as< slong > (xtd::ulong value)
 Casts a type into another type. More...
 
template<>
slong as< slong > (const xtd::ustring &value)
 Casts a type into another type. More...
 
template<>
slong as< slong > (const xtd::ustring &value, xtd::byte from_base)
 Casts a type into another type. More...
 
template<>
slong as< slong > (const std::string &value)
 Casts a type into another type. More...
 
template<>
slong as< slong > (const std::u8string &value)
 Casts a type into another type. More...
 
template<>
slong as< slong > (const std::u16string &value)
 Casts a type into another type. More...
 
template<>
slong as< slong > (const std::u32string &value)
 Casts a type into another type. More...
 
template<>
slong as< slong > (const std::wstring &value)
 Casts a type into another type. More...
 
template<>
slong as< slong > (const char *value)
 Casts a type into another type. More...
 
template<>
slong as< slong > (char *value)
 Casts a type into another type. More...
 
template<>
slong as< slong > (const char8 *value)
 Casts a type into another type. More...
 
template<>
slong as< slong > (char8 *value)
 Casts a type into another type. More...
 
template<>
slong as< slong > (const char16 *value)
 Casts a type into another type. More...
 
template<>
slong as< slong > (char16 *value)
 Casts a type into another type. More...
 
template<>
slong as< slong > (const char32 *value)
 Casts a type into another type. More...
 
template<>
slong as< slong > (char32 *value)
 Casts a type into another type. More...
 
template<>
slong as< slong > (const wchar *value)
 Casts a type into another type. More...
 
template<>
slong as< slong > (wchar *value)
 Casts a type into another type. More...
 
template<>
std::string as< std::string > (const std::string &value)
 Casts a type into another type. More...
 
template<>
std::string as< std::string > (std::string &value)
 
template<>
std::string as< std::string > (const char *value)
 Casts a type into another type. More...
 
template<>
std::string as< std::string > (char *value)
 Casts a type into another type. More...
 
template<>
std::string as< std::string > (const xtd::ustring &value)
 Casts a type into another type. More...
 
template<>
std::string as< std::string > (xtd::ustring &value)
 Casts a type into another type. More...
 
template<>
std::string as< std::string > (const std::u8string &value)
 Casts a type into another type. More...
 
template<>
std::string as< std::string > (std::u8string &value)
 Casts a type into another type. More...
 
template<>
std::string as< std::string > (const char8 *value)
 Casts a type into another type. More...
 
template<>
std::string as< std::string > (char8 *value)
 Casts a type into another type. More...
 
template<>
std::string as< std::string > (const std::u16string &value)
 Casts a type into another type. More...
 
template<>
std::string as< std::string > (std::u16string &value)
 Casts a type into another type. More...
 
template<>
std::string as< std::string > (const char16 *value)
 Casts a type into another type. More...
 
template<>
std::string as< std::string > (char16 *value)
 Casts a type into another type. More...
 
template<>
std::string as< std::string > (const std::u32string &value)
 Casts a type into another type. More...
 
template<>
std::string as< std::string > (std::u32string &value)
 Casts a type into another type. More...
 
template<>
std::string as< std::string > (const char32 *value)
 Casts a type into another type. More...
 
template<>
std::string as< std::string > (char32 *value)
 Casts a type into another type. More...
 
template<>
std::string as< std::string > (const std::wstring &value)
 Casts a type into another type. More...
 
template<>
std::string as< std::string > (std::wstring &value)
 Casts a type into another type. More...
 
template<>
std::string as< std::string > (const wchar *value)
 Casts a type into another type. More...
 
template<>
std::string as< std::string > (wchar *value)
 Casts a type into another type. More...
 
template<>
std::u16string as< std::u16string > (const std::string &value)
 Casts a type into another type. More...
 
template<>
std::u16string as< std::u16string > (std::string &value)
 Casts a type into another type. More...
 
template<>
std::u16string as< std::u16string > (const char *value)
 Casts a type into another type. More...
 
template<>
std::u16string as< std::u16string > (char *value)
 Casts a type into another type. More...
 
template<>
std::u16string as< std::u16string > (const xtd::ustring &value)
 Casts a type into another type. More...
 
template<>
std::u16string as< std::u16string > (xtd::ustring &value)
 Casts a type into another type. More...
 
template<>
std::u16string as< std::u16string > (const std::u8string &value)
 Casts a type into another type. More...
 
template<>
std::u16string as< std::u16string > (std::u8string &value)
 Casts a type into another type. More...
 
template<>
std::u16string as< std::u16string > (const char8 *value)
 Casts a type into another type. More...
 
template<>
std::u16string as< std::u16string > (char8 *value)
 Casts a type into another type. More...
 
template<>
std::u16string as< std::u16string > (const std::u16string &value)
 Casts a type into another type. More...
 
template<>
std::u16string as< std::u16string > (std::u16string &value)
 Casts a type into another type. More...
 
template<>
std::u16string as< std::u16string > (const char16 *value)
 Casts a type into another type. More...
 
template<>
std::u16string as< std::u16string > (char16 *value)
 Casts a type into another type. More...
 
template<>
std::u16string as< std::u16string > (const std::u32string &value)
 Casts a type into another type. More...
 
template<>
std::u16string as< std::u16string > (std::u32string &value)
 Casts a type into another type. More...
 
template<>
std::u16string as< std::u16string > (const char32 *value)
 Casts a type into another type. More...
 
template<>
std::u16string as< std::u16string > (char32 *value)
 Casts a type into another type. More...
 
template<>
std::u16string as< std::u16string > (const std::wstring &value)
 Casts a type into another type. More...
 
template<>
std::u16string as< std::u16string > (std::wstring &value)
 Casts a type into another type. More...
 
template<>
std::u16string as< std::u16string > (const wchar *value)
 Casts a type into another type. More...
 
template<>
std::u16string as< std::u16string > (wchar *value)
 Casts a type into another type. More...
 
template<>
std::u32string as< std::u32string > (const std::string &value)
 Casts a type into another type. More...
 
template<>
std::u32string as< std::u32string > (std::string &value)
 Casts a type into another type. More...
 
template<>
std::u32string as< std::u32string > (const char *value)
 Casts a type into another type. More...
 
template<>
std::u32string as< std::u32string > (char *value)
 Casts a type into another type. More...
 
template<>
std::u32string as< std::u32string > (const xtd::ustring &value)
 Casts a type into another type. More...
 
template<>
std::u32string as< std::u32string > (xtd::ustring &value)
 Casts a type into another type. More...
 
template<>
std::u32string as< std::u32string > (const std::u8string &value)
 Casts a type into another type. More...
 
template<>
std::u32string as< std::u32string > (std::u8string &value)
 Casts a type into another type. More...
 
template<>
std::u32string as< std::u32string > (const char8 *value)
 Casts a type into another type. More...
 
template<>
std::u32string as< std::u32string > (char8 *value)
 Casts a type into another type. More...
 
template<>
std::u32string as< std::u32string > (const std::u16string &value)
 Casts a type into another type. More...
 
template<>
std::u32string as< std::u32string > (std::u16string &value)
 Casts a type into another type. More...
 
template<>
std::u32string as< std::u32string > (const char16 *value)
 Casts a type into another type. More...
 
template<>
std::u32string as< std::u32string > (char16 *value)
 Casts a type into another type. More...
 
template<>
std::u32string as< std::u32string > (const std::u32string &value)
 Casts a type into another type. More...
 
template<>
std::u32string as< std::u32string > (std::u32string &value)
 Casts a type into another type. More...
 
template<>
std::u32string as< std::u32string > (const char32 *value)
 Casts a type into another type. More...
 
template<>
std::u32string as< std::u32string > (char32 *value)
 Casts a type into another type. More...
 
template<>
std::u32string as< std::u32string > (const std::wstring &value)
 Casts a type into another type. More...
 
template<>
std::u32string as< std::u32string > (std::wstring &value)
 Casts a type into another type. More...
 
template<>
std::u32string as< std::u32string > (const wchar *value)
 Casts a type into another type. More...
 
template<>
std::u32string as< std::u32string > (wchar *value)
 Casts a type into another type. More...
 
template<>
std::u8string as< std::u8string > (const std::string &value)
 Casts a type into another type. More...
 
template<>
std::u8string as< std::u8string > (std::string &value)
 Casts a type into another type. More...
 
template<>
std::u8string as< std::u8string > (const char *value)
 Casts a type into another type. More...
 
template<>
std::u8string as< std::u8string > (char *value)
 Casts a type into another type. More...
 
template<>
std::u8string as< std::u8string > (const xtd::ustring &value)
 Casts a type into another type. More...
 
template<>
std::u8string as< std::u8string > (xtd::ustring &value)
 Casts a type into another type. More...
 
template<>
std::u8string as< std::u8string > (const std::u8string &value)
 Casts a type into another type. More...
 
template<>
std::u8string as< std::u8string > (std::u8string &value)
 Casts a type into another type. More...
 
template<>
std::u8string as< std::u8string > (const char8 *value)
 Casts a type into another type. More...
 
template<>
std::u8string as< std::u8string > (char8 *value)
 Casts a type into another type. More...
 
template<>
std::u8string as< std::u8string > (const std::u16string &value)
 Casts a type into another type. More...
 
template<>
std::u8string as< std::u8string > (std::u16string &value)
 Casts a type into another type. More...
 
template<>
std::u8string as< std::u8string > (const char16 *value)
 Casts a type into another type. More...
 
template<>
std::u8string as< std::u8string > (char16 *value)
 Casts a type into another type. More...
 
template<>
std::u8string as< std::u8string > (const std::u32string &value)
 Casts a type into another type. More...
 
template<>
std::u8string as< std::u8string > (std::u32string &value)
 Casts a type into another type. More...
 
template<>
std::u8string as< std::u8string > (const char32 *value)
 Casts a type into another type. More...
 
template<>
std::u8string as< std::u8string > (char32 *value)
 Casts a type into another type. More...
 
template<>
std::u8string as< std::u8string > (const std::wstring &value)
 Casts a type into another type. More...
 
template<>
std::u8string as< std::u8string > (std::wstring &value)
 Casts a type into another type. More...
 
template<>
std::u8string as< std::u8string > (const wchar *value)
 Casts a type into another type. More...
 
template<>
std::u8string as< std::u8string > (wchar *value)
 Casts a type into another type. More...
 
template<>
std::wstring as< std::wstring > (const std::string &value)
 Casts a type into another type. More...
 
template<>
std::wstring as< std::wstring > (std::string &value)
 Casts a type into another type. More...
 
template<>
std::wstring as< std::wstring > (const char *value)
 Casts a type into another type. More...
 
template<>
std::wstring as< std::wstring > (char *value)
 Casts a type into another type. More...
 
template<>
std::wstring as< std::wstring > (const xtd::ustring &value)
 Casts a type into another type. More...
 
template<>
std::wstring as< std::wstring > (xtd::ustring &value)
 Casts a type into another type. More...
 
template<>
std::wstring as< std::wstring > (const std::u8string &value)
 Casts a type into another type. More...
 
template<>
std::wstring as< std::wstring > (std::u8string &value)
 Casts a type into another type. More...
 
template<>
std::wstring as< std::wstring > (const char8 *value)
 Casts a type into another type. More...
 
template<>
std::wstring as< std::wstring > (char8 *value)
 Casts a type into another type. More...
 
template<>
std::wstring as< std::wstring > (const std::u16string &value)
 Casts a type into another type. More...
 
template<>
std::wstring as< std::wstring > (std::u16string &value)
 Casts a type into another type. More...
 
template<>
std::wstring as< std::wstring > (const char16 *value)
 Casts a type into another type. More...
 
template<>
std::wstring as< std::wstring > (char16 *value)
 Casts a type into another type. More...
 
template<>
std::wstring as< std::wstring > (const std::u32string &value)
 Casts a type into another type. More...
 
template<>
std::wstring as< std::wstring > (std::u32string &value)
 Casts a type into another type. More...
 
template<>
std::wstring as< std::wstring > (const char32 *value)
 Casts a type into another type. More...
 
template<>
std::wstring as< std::wstring > (char32 *value)
 Casts a type into another type. More...
 
template<>
std::wstring as< std::wstring > (const std::wstring &value)
 Casts a type into another type. More...
 
template<>
std::wstring as< std::wstring > (std::wstring &value)
 Casts a type into another type. More...
 
template<>
std::wstring as< std::wstring > (const wchar *value)
 Casts a type into another type. More...
 
template<>
std::wstring as< std::wstring > (wchar *value)
 Casts a type into another type. More...
 
template<>
uint16 as< uint16 > (std::any value)
 Casts a type into another type. More...
 
template<>
uint16 as< uint16 > (bool value)
 Casts a type into another type. More...
 
template<>
uint16 as< uint16 > (xtd::byte value)
 Casts a type into another type. More...
 
template<>
uint16 as< uint16 > (char value)
 Casts a type into another type. More...
 
template<>
uint16 as< uint16 > (char8 value)
 Casts a type into another type. More...
 
template<>
uint16 as< uint16 > (char16 value)
 Casts a type into another type. More...
 
template<>
uint16 as< uint16 > (char32 value)
 Casts a type into another type. More...
 
template<>
uint16 as< uint16 > (wchar value)
 Casts a type into another type. More...
 
template<>
uint16 as< uint16 > (decimal value)
 Casts a type into another type. More...
 
template<>
uint16 as< uint16 > (double value)
 Casts a type into another type. More...
 
template<>
uint16 as< uint16 > (float value)
 Casts a type into another type. More...
 
template<>
uint16 as< uint16 > (int16 value)
 Casts a type into another type. More...
 
template<>
uint16 as< uint16 > (int32 value)
 Casts a type into another type. More...
 
template<>
uint16 as< uint16 > (int64 value)
 Casts a type into another type. More...
 
template<>
uint16 as< uint16 > (slong value)
 Casts a type into another type. More...
 
template<>
uint16 as< uint16 > (sbyte value)
 Casts a type into another type. More...
 
template<>
uint16 as< uint16 > (uint16 value)
 Casts a type into another type. More...
 
template<>
uint16 as< uint16 > (uint32 value)
 Casts a type into another type. More...
 
template<>
uint16 as< uint16 > (uint64 value)
 Casts a type into another type. More...
 
template<>
uint16 as< uint16 > (xtd::ulong value)
 Casts a type into another type. More...
 
template<>
uint16 as< uint16 > (const xtd::ustring &value)
 Casts a type into another type. More...
 
template<>
uint16 as< uint16 > (const xtd::ustring &value, xtd::byte from_base)
 Casts a type into another type. More...
 
template<>
uint16 as< uint16 > (const std::string &value)
 Casts a type into another type. More...
 
template<>
uint16 as< uint16 > (const std::u8string &value)
 Casts a type into another type. More...
 
template<>
uint16 as< uint16 > (const std::u16string &value)
 Casts a type into another type. More...
 
template<>
uint16 as< uint16 > (const std::u32string &value)
 Casts a type into another type. More...
 
template<>
uint16 as< uint16 > (const std::wstring &value)
 Casts a type into another type. More...
 
template<>
uint16 as< uint16 > (const char *value)
 Casts a type into another type. More...
 
template<>
uint16 as< uint16 > (char *value)
 Casts a type into another type. More...
 
template<>
uint16 as< uint16 > (const char8 *value)
 Casts a type into another type. More...
 
template<>
uint16 as< uint16 > (char8 *value)
 Casts a type into another type. More...
 
template<>
uint16 as< uint16 > (const char16 *value)
 Casts a type into another type. More...
 
template<>
uint16 as< uint16 > (char16 *value)
 Casts a type into another type. More...
 
template<>
uint16 as< uint16 > (const char32 *value)
 Casts a type into another type. More...
 
template<>
uint16 as< uint16 > (char32 *value)
 Casts a type into another type. More...
 
template<>
uint16 as< uint16 > (const wchar *value)
 Casts a type into another type. More...
 
template<>
uint16 as< uint16 > (wchar *value)
 Casts a type into another type. More...
 
template<>
uint32 as< uint32 > (std::any value)
 Casts a type into another type. More...
 
template<>
uint32 as< uint32 > (bool value)
 Casts a type into another type. More...
 
template<>
uint32 as< uint32 > (xtd::byte value)
 Casts a type into another type. More...
 
template<>
uint32 as< uint32 > (char value)
 Casts a type into another type. More...
 
template<>
uint32 as< uint32 > (char8 value)
 Casts a type into another type. More...
 
template<>
uint32 as< uint32 > (char16 value)
 Casts a type into another type. More...
 
template<>
uint32 as< uint32 > (char32 value)
 Casts a type into another type. More...
 
template<>
uint32 as< uint32 > (wchar value)
 Casts a type into another type. More...
 
template<>
uint32 as< uint32 > (decimal value)
 Casts a type into another type. More...
 
template<>
uint32 as< uint32 > (double value)
 Casts a type into another type. More...
 
template<>
uint32 as< uint32 > (float value)
 Casts a type into another type. More...
 
template<>
uint32 as< uint32 > (int16 value)
 Casts a type into another type. More...
 
template<>
uint32 as< uint32 > (int32 value)
 Casts a type into another type. More...
 
template<>
uint32 as< uint32 > (int64 value)
 Casts a type into another type. More...
 
template<>
uint32 as< uint32 > (slong value)
 Casts a type into another type. More...
 
template<>
uint32 as< uint32 > (sbyte value)
 Casts a type into another type. More...
 
template<>
uint32 as< uint32 > (uint16 value)
 Casts a type into another type. More...
 
template<>
uint32 as< uint32 > (uint32 value)
 Casts a type into another type. More...
 
template<>
uint32 as< uint32 > (uint64 value)
 Casts a type into another type. More...
 
template<>
uint32 as< uint32 > (xtd::ulong value)
 Casts a type into another type. More...
 
template<>
uint32 as< uint32 > (const xtd::ustring &value)
 Casts a type into another type. More...
 
template<>
uint32 as< uint32 > (const xtd::ustring &value, xtd::byte from_base)
 Casts a type into another type. More...
 
template<>
uint32 as< uint32 > (const std::string &value)
 Casts a type into another type. More...
 
template<>
uint32 as< uint32 > (const std::u8string &value)
 Casts a type into another type. More...
 
template<>
uint32 as< uint32 > (const std::u16string &value)
 Casts a type into another type. More...
 
template<>
uint32 as< uint32 > (const std::u32string &value)
 Casts a type into another type. More...
 
template<>
uint32 as< uint32 > (const std::wstring &value)
 Casts a type into another type. More...
 
template<>
uint32 as< uint32 > (const char *value)
 Casts a type into another type. More...
 
template<>
uint32 as< uint32 > (char *value)
 Casts a type into another type. More...
 
template<>
uint32 as< uint32 > (const char8 *value)
 Casts a type into another type. More...
 
template<>
uint32 as< uint32 > (char8 *value)
 Casts a type into another type. More...
 
template<>
uint32 as< uint32 > (const char16 *value)
 Casts a type into another type. More...
 
template<>
uint32 as< uint32 > (char16 *value)
 Casts a type into another type. More...
 
template<>
uint32 as< uint32 > (const char32 *value)
 Casts a type into another type. More...
 
template<>
uint32 as< uint32 > (char32 *value)
 Casts a type into another type. More...
 
template<>
uint32 as< uint32 > (const wchar *value)
 Casts a type into another type. More...
 
template<>
uint32 as< uint32 > (wchar *value)
 Casts a type into another type. More...
 
template<>
uint64 as< uint64 > (std::any value)
 Casts a type into another type. More...
 
template<>
uint64 as< uint64 > (bool value)
 Casts a type into another type. More...
 
template<>
uint64 as< uint64 > (xtd::byte value)
 Casts a type into another type. More...
 
template<>
uint64 as< uint64 > (char value)
 Casts a type into another type. More...
 
template<>
uint64 as< uint64 > (char8 value)
 Casts a type into another type. More...
 
template<>
uint64 as< uint64 > (char16 value)
 Casts a type into another type. More...
 
template<>
uint64 as< uint64 > (char32 value)
 Casts a type into another type. More...
 
template<>
uint64 as< uint64 > (wchar value)
 Casts a type into another type. More...
 
template<>
uint64 as< uint64 > (decimal value)
 Casts a type into another type. More...
 
template<>
uint64 as< uint64 > (double value)
 Casts a type into another type. More...
 
template<>
uint64 as< uint64 > (float value)
 Casts a type into another type. More...
 
template<>
uint64 as< uint64 > (int16 value)
 Casts a type into another type. More...
 
template<>
uint64 as< uint64 > (int32 value)
 Casts a type into another type. More...
 
template<>
uint64 as< uint64 > (int64 value)
 Casts a type into another type. More...
 
template<>
uint64 as< uint64 > (slong value)
 Casts a type into another type. More...
 
template<>
uint64 as< uint64 > (sbyte value)
 Casts a type into another type. More...
 
template<>
uint64 as< uint64 > (uint16 value)
 Casts a type into another type. More...
 
template<>
uint64 as< uint64 > (uint32 value)
 Casts a type into another type. More...
 
template<>
uint64 as< uint64 > (uint64 value)
 Casts a type into another type. More...
 
template<>
uint64 as< uint64 > (xtd::ulong value)
 Casts a type into another type. More...
 
template<>
uint64 as< uint64 > (const xtd::ustring &value)
 Casts a type into another type. More...
 
template<>
uint64 as< uint64 > (const xtd::ustring &value, xtd::byte from_base)
 Casts a type into another type. More...
 
template<>
uint64 as< uint64 > (const std::string &value)
 Casts a type into another type. More...
 
template<>
uint64 as< uint64 > (const std::u8string &value)
 Casts a type into another type. More...
 
template<>
uint64 as< uint64 > (const std::u16string &value)
 Casts a type into another type. More...
 
template<>
uint64 as< uint64 > (const std::u32string &value)
 Casts a type into another type. More...
 
template<>
uint64 as< uint64 > (const std::wstring &value)
 Casts a type into another type. More...
 
template<>
uint64 as< uint64 > (const char *value)
 Casts a type into another type. More...
 
template<>
uint64 as< uint64 > (char *value)
 Casts a type into another type. More...
 
template<>
uint64 as< uint64 > (const char8 *value)
 Casts a type into another type. More...
 
template<>
uint64 as< uint64 > (char8 *value)
 Casts a type into another type. More...
 
template<>
uint64 as< uint64 > (const char16 *value)
 Casts a type into another type. More...
 
template<>
uint64 as< uint64 > (char16 *value)
 Casts a type into another type. More...
 
template<>
uint64 as< uint64 > (const char32 *value)
 Casts a type into another type. More...
 
template<>
uint64 as< uint64 > (char32 *value)
 Casts a type into another type. More...
 
template<>
uint64 as< uint64 > (const wchar *value)
 Casts a type into another type. More...
 
template<>
uint64 as< uint64 > (wchar *value)
 Casts a type into another type. More...
 
template<>
ustring as< ustring > (std::any value)
 Casts a type into another type. More...
 
template<>
ustring as< ustring > (bool value)
 Casts a type into another type. More...
 
template<>
ustring as< ustring > (xtd::byte value)
 Casts a type into another type. More...
 
template<>
ustring as< ustring > (xtd::byte value, xtd::byte from_base)
 Casts a type into another type. More...
 
template<>
ustring as< ustring > (char value)
 Casts a type into another type. More...
 
template<>
ustring as< ustring > (char8 value)
 Casts a type into another type. More...
 
template<>
ustring as< ustring > (char16 value)
 Casts a type into another type. More...
 
template<>
ustring as< ustring > (char32 value)
 Casts a type into another type. More...
 
template<>
ustring as< ustring > (wchar value)
 Casts a type into another type. More...
 
template<>
ustring as< ustring > (decimal value)
 Casts a type into another type. More...
 
template<>
ustring as< ustring > (double value)
 Casts a type into another type. More...
 
template<>
ustring as< ustring > (float value)
 Casts a type into another type. More...
 
template<>
ustring as< ustring > (int16 value)
 Casts a type into another type. More...
 
template<>
ustring as< ustring > (int16 value, xtd::byte from_base)
 Casts a type into another type. More...
 
template<>
ustring as< ustring > (int32 value)
 Casts a type into another type. More...
 
template<>
ustring as< ustring > (int32 value, xtd::byte from_base)
 Casts a type into another type. More...
 
template<>
ustring as< ustring > (int64 value)
 Casts a type into another type. More...
 
template<>
ustring as< ustring > (int64 value, xtd::byte from_base)
 Casts a type into another type. More...
 
template<>
ustring as< ustring > (slong value)
 Casts a type into another type. More...
 
template<>
ustring as< ustring > (slong value, xtd::byte from_base)
 Casts a type into another type. More...
 
template<>
ustring as< ustring > (sbyte value)
 Casts a type into another type. More...
 
template<>
ustring as< ustring > (sbyte value, xtd::byte from_base)
 Casts a type into another type. More...
 
template<>
ustring as< ustring > (uint16 value)
 Casts a type into another type. More...
 
template<>
ustring as< ustring > (uint16 value, xtd::byte from_base)
 Casts a type into another type. More...
 
template<>
ustring as< ustring > (uint32 value)
 Casts a type into another type. More...
 
template<>
ustring as< ustring > (uint32 value, xtd::byte from_base)
 Casts a type into another type. More...
 
template<>
ustring as< ustring > (uint64 value)
 Casts a type into another type. More...
 
template<>
ustring as< ustring > (uint64 value, xtd::byte from_base)
 Casts a type into another type. More...
 
template<>
ustring as< ustring > (xtd::ulong value)
 Casts a type into another type. More...
 
template<>
ustring as< ustring > (xtd::ulong value, xtd::byte from_base)
 Casts a type into another type. More...
 
template<>
wchar as< wchar > (std::any value)
 Casts a type into another type. More...
 
template<>
wchar as< wchar > (bool value)
 Casts a type into another type. More...
 
template<>
wchar as< wchar > (xtd::byte value)
 Casts a type into another type. More...
 
template<>
wchar as< wchar > (char value)
 Casts a type into another type. More...
 
template<>
wchar as< wchar > (char8 value)
 Casts a type into another type. More...
 
template<>
wchar as< wchar > (char16 value)
 Casts a type into another type. More...
 
template<>
wchar as< wchar > (char32 value)
 Casts a type into another type. More...
 
template<>
wchar as< wchar > (wchar value)
 Casts a type into another type. More...
 
template<>
wchar as< wchar > (decimal value)
 Casts a type into another type. More...
 
template<>
wchar as< wchar > (double value)
 Casts a type into another type. More...
 
template<>
wchar as< wchar > (float value)
 Casts a type into another type. More...
 
template<>
wchar as< wchar > (int16 value)
 Casts a type into another type. More...
 
template<>
wchar as< wchar > (int32 value)
 Casts a type into another type. More...
 
template<>
wchar as< wchar > (int64 value)
 Casts a type into another type. More...
 
template<>
wchar as< wchar > (slong value)
 Casts a type into another type. More...
 
template<>
wchar as< wchar > (sbyte value)
 Casts a type into another type. More...
 
template<>
wchar as< wchar > (uint16 value)
 Casts a type into another type. More...
 
template<>
wchar as< wchar > (uint32 value)
 Casts a type into another type. More...
 
template<>
wchar as< wchar > (uint64 value)
 Casts a type into another type. More...
 
template<>
wchar as< wchar > (xtd::ulong value)
 Casts a type into another type. More...
 
template<>
wchar as< wchar > (const xtd::ustring &value)
 Casts a type into another type. More...
 
template<>
wchar as< wchar > (const std::string &value)
 Casts a type into another type. More...
 
template<>
wchar as< wchar > (const std::u8string &value)
 Casts a type into another type. More...
 
template<>
wchar as< wchar > (const std::u16string &value)
 Casts a type into another type. More...
 
template<>
wchar as< wchar > (const std::u32string &value)
 Casts a type into another type. More...
 
template<>
wchar as< wchar > (const std::wstring &value)
 Casts a type into another type. More...
 
template<>
wchar as< wchar > (const char *value)
 Casts a type into another type. More...
 
template<>
wchar as< wchar > (char *value)
 Casts a type into another type. More...
 
template<>
wchar as< wchar > (const char8 *value)
 Casts a type into another type. More...
 
template<>
wchar as< wchar > (char8 *value)
 Casts a type into another type. More...
 
template<>
wchar as< wchar > (const char16 *value)
 Casts a type into another type. More...
 
template<>
wchar as< wchar > (char16 *value)
 Casts a type into another type. More...
 
template<>
wchar as< wchar > (const char32 *value)
 Casts a type into another type. More...
 
template<>
wchar as< wchar > (char32 *value)
 Casts a type into another type. More...
 
template<>
wchar as< wchar > (const wchar *value)
 Casts a type into another type. More...
 
template<>
wchar as< wchar > (wchar *value)
 Casts a type into another type. More...
 
template<>
xtd::byte as< xtd::byte > (std::any value)
 Casts a type into another type. More...
 
template<>
xtd::byte as< xtd::byte > (bool value)
 Casts a type into another type. More...
 
template<>
xtd::byte as< xtd::byte > (xtd::byte value)
 Casts a type into another type. More...
 
template<>
xtd::byte as< xtd::byte > (char value)
 Casts a type into another type. More...
 
template<>
xtd::byte as< xtd::byte > (char8 value)
 Casts a type into another type. More...
 
template<>
xtd::byte as< xtd::byte > (char16 value)
 Casts a type into another type. More...
 
template<>
xtd::byte as< xtd::byte > (char32 value)
 Casts a type into another type. More...
 
template<>
xtd::byte as< xtd::byte > (wchar value)
 Casts a type into another type. More...
 
template<>
xtd::byte as< xtd::byte > (decimal value)
 Casts a type into another type. More...
 
template<>
xtd::byte as< xtd::byte > (double value)
 Casts a type into another type. More...
 
template<>
xtd::byte as< xtd::byte > (float value)
 Casts a type into another type. More...
 
template<>
xtd::byte as< xtd::byte > (int16 value)
 Casts a type into another type. More...
 
template<>
xtd::byte as< xtd::byte > (int32 value)
 Casts a type into another type. More...
 
template<>
xtd::byte as< xtd::byte > (int64 value)
 Casts a type into another type. More...
 
template<>
xtd::byte as< xtd::byte > (slong value)
 Casts a type into another type. More...
 
template<>
xtd::byte as< xtd::byte > (sbyte value)
 Casts a type into another type. More...
 
template<>
xtd::byte as< xtd::byte > (uint16 value)
 Casts a type into another type. More...
 
template<>
xtd::byte as< xtd::byte > (uint32 value)
 Casts a type into another type. More...
 
template<>
xtd::byte as< xtd::byte > (uint64 value)
 Casts a type into another type. More...
 
template<>
xtd::byte as< xtd::byte > (xtd::ulong value)
 Casts a type into another type. More...
 
template<>
xtd::byte as< xtd::byte > (const xtd::ustring &value)
 Casts a type into another type. More...
 
template<>
xtd::byte as< xtd::byte > (const xtd::ustring &value, xtd::byte from_base)
 Casts a type into another type. More...
 
template<>
xtd::byte as< xtd::byte > (const std::string &value)
 Casts a type into another type. More...
 
template<>
xtd::byte as< xtd::byte > (const std::u8string &value)
 Casts a type into another type. More...
 
template<>
xtd::byte as< xtd::byte > (const std::u16string &value)
 Casts a type into another type. More...
 
template<>
xtd::byte as< xtd::byte > (const std::u32string &value)
 Casts a type into another type. More...
 
template<>
xtd::byte as< xtd::byte > (const std::wstring &value)
 Casts a type into another type. More...
 
template<>
xtd::byte as< xtd::byte > (const char *value)
 Casts a type into another type. More...
 
template<>
xtd::byte as< xtd::byte > (char *value)
 Casts a type into another type. More...
 
template<>
xtd::byte as< xtd::byte > (const char8 *value)
 Casts a type into another type. More...
 
template<>
xtd::byte as< xtd::byte > (char8 *value)
 Casts a type into another type. More...
 
template<>
xtd::byte as< xtd::byte > (const char16 *value)
 Casts a type into another type. More...
 
template<>
xtd::byte as< xtd::byte > (char16 *value)
 Casts a type into another type. More...
 
template<>
xtd::byte as< xtd::byte > (const char32 *value)
 Casts a type into another type. More...
 
template<>
xtd::byte as< xtd::byte > (char32 *value)
 Casts a type into another type. More...
 
template<>
xtd::byte as< xtd::byte > (const wchar *value)
 Casts a type into another type. More...
 
template<>
xtd::byte as< xtd::byte > (wchar *value)
 Casts a type into another type. More...
 
template<>
xtd::ulong as< xtd::ulong > (std::any value)
 Casts a type into another type. More...
 
template<>
xtd::ulong as< xtd::ulong > (bool value)
 Casts a type into another type. More...
 
template<>
xtd::ulong as< xtd::ulong > (xtd::byte value)
 Casts a type into another type. More...
 
template<>
xtd::ulong as< xtd::ulong > (char value)
 Casts a type into another type. More...
 
template<>
xtd::ulong as< xtd::ulong > (char8 value)
 Casts a type into another type. More...
 
template<>
xtd::ulong as< xtd::ulong > (char16 value)
 Casts a type into another type. More...
 
template<>
xtd::ulong as< xtd::ulong > (char32 value)
 Casts a type into another type. More...
 
template<>
xtd::ulong as< xtd::ulong > (wchar value)
 Casts a type into another type. More...
 
template<>
xtd::ulong as< xtd::ulong > (decimal value)
 Casts a type into another type. More...
 
template<>
xtd::ulong as< xtd::ulong > (double value)
 Casts a type into another type. More...
 
template<>
xtd::ulong as< xtd::ulong > (float value)
 Casts a type into another type. More...
 
template<>
xtd::ulong as< xtd::ulong > (int16 value)
 Casts a type into another type. More...
 
template<>
xtd::ulong as< xtd::ulong > (int32 value)
 Casts a type into another type. More...
 
template<>
xtd::ulong as< xtd::ulong > (int64 value)
 Casts a type into another type. More...
 
template<>
xtd::ulong as< xtd::ulong > (slong value)
 Casts a type into another type. More...
 
template<>
xtd::ulong as< xtd::ulong > (sbyte value)
 Casts a type into another type. More...
 
template<>
xtd::ulong as< xtd::ulong > (uint16 value)
 Casts a type into another type. More...
 
template<>
xtd::ulong as< xtd::ulong > (uint32 value)
 Casts a type into another type. More...
 
template<>
xtd::ulong as< xtd::ulong > (uint64 value)
 Casts a type into another type. More...
 
template<>
xtd::ulong as< xtd::ulong > (xtd::ulong value)
 Casts a type into another type. More...
 
template<>
xtd::ulong as< xtd::ulong > (const xtd::ustring &value)
 Casts a type into another type. More...
 
template<>
xtd::ulong as< xtd::ulong > (const xtd::ustring &value, xtd::byte from_base)
 Casts a type into another type. More...
 
template<>
xtd::ulong as< xtd::ulong > (const std::string &value)
 Casts a type into another type. More...
 
template<>
xtd::ulong as< xtd::ulong > (const std::u8string &value)
 Casts a type into another type. More...
 
template<>
xtd::ulong as< xtd::ulong > (const std::u16string &value)
 Casts a type into another type. More...
 
template<>
xtd::ulong as< xtd::ulong > (const std::u32string &value)
 Casts a type into another type. More...
 
template<>
xtd::ulong as< xtd::ulong > (const std::wstring &value)
 Casts a type into another type. More...
 
template<>
xtd::ulong as< xtd::ulong > (const char *value)
 Casts a type into another type. More...
 
template<>
xtd::ulong as< xtd::ulong > (char *value)
 Casts a type into another type. More...
 
template<>
xtd::ulong as< xtd::ulong > (const char8 *value)
 Casts a type into another type. More...
 
template<>
xtd::ulong as< xtd::ulong > (char8 *value)
 Casts a type into another type. More...
 
template<>
xtd::ulong as< xtd::ulong > (const char16 *value)
 Casts a type into another type. More...
 
template<>
xtd::ulong as< xtd::ulong > (char16 *value)
 Casts a type into another type. More...
 
template<>
xtd::ulong as< xtd::ulong > (const char32 *value)
 Casts a type into another type. More...
 
template<>
xtd::ulong as< xtd::ulong > (char32 *value)
 Casts a type into another type. More...
 
template<>
xtd::ulong as< xtd::ulong > (const wchar *value)
 Casts a type into another type. More...
 
template<>
xtd::ulong as< xtd::ulong > (wchar *value)
 Casts a type into another type. More...
 
template<>
xtd::ustring as< xtd::ustring > (const std::string &value)
 Casts a type into another type. More...
 
template<>
xtd::ustring as< xtd::ustring > (std::string &value)
 Casts a type into another type. More...
 
template<>
xtd::ustring as< xtd::ustring > (const char *value)
 Casts a type into another type. More...
 
template<>
xtd::ustring as< xtd::ustring > (char *value)
 Casts a type into another type. More...
 
template<>
xtd::ustring as< xtd::ustring > (const xtd::ustring &value)
 Casts a type into another type. More...
 
template<>
xtd::ustring as< xtd::ustring > (xtd::ustring &value)
 Casts a type into another type. More...
 
template<>
xtd::ustring as< xtd::ustring > (const std::u8string &value)
 Casts a type into another type. More...
 
template<>
xtd::ustring as< xtd::ustring > (std::u8string &value)
 Casts a type into another type. More...
 
template<>
xtd::ustring as< xtd::ustring > (const char8 *value)
 Casts a type into another type. More...
 
template<>
xtd::ustring as< xtd::ustring > (char8 *value)
 Casts a type into another type. More...
 
template<>
xtd::ustring as< xtd::ustring > (const std::u16string &value)
 Casts a type into another type. More...
 
template<>
xtd::ustring as< xtd::ustring > (std::u16string &value)
 Casts a type into another type. More...
 
template<>
xtd::ustring as< xtd::ustring > (const char16 *value)
 Casts a type into another type. More...
 
template<>
xtd::ustring as< xtd::ustring > (char16 *value)
 Casts a type into another type. More...
 
template<>
xtd::ustring as< xtd::ustring > (const std::u32string &value)
 Casts a type into another type. More...
 
template<>
xtd::ustring as< xtd::ustring > (std::u32string &value)
 Casts a type into another type. More...
 
template<>
xtd::ustring as< xtd::ustring > (const char32 *value)
 Casts a type into another type. More...
 
template<>
xtd::ustring as< xtd::ustring > (char32 *value)
 Casts a type into another type. More...
 
template<>
xtd::ustring as< xtd::ustring > (const std::wstring &value)
 Casts a type into another type. More...
 
template<>
xtd::ustring as< xtd::ustring > (std::wstring &value)
 Casts a type into another type. More...
 
template<>
xtd::ustring as< xtd::ustring > (const wchar *value)
 Casts a type into another type. More...
 
template<>
xtd::ustring as< xtd::ustring > (wchar *value)
 Casts a type into another type. More...
 
template<typename type_t >
auto boxing (const type_t &value) noexcept
 Allows to box an object. More...
 
template<typename type_t , typename ... args_t>
box< type_t > boxing (args_t &&...args) noexcept
 Allows to box an object. More...
 
std::ostream cnull (nullptr)
 Provides a null std::ostream. More...
 
std::ostream ctrace (nullptr)
 Provides an std::ostream for xtd::diagnostics::trace. More...
 
template<typename type_t >
bool is (std::any value)
 Checks if the result of an expression is compatible with a given type. More...
 
template<typename type_t , typename param_t >
bool is (const param_t *value)
 Checks if the result of an expression is compatible with a given type. More...
 
template<typename type_t , typename param_t >
bool is (const param_t &value)
 Checks if the result of an expression is compatible with a given type. More...
 
template<typename type_t , typename param_t >
bool is (param_t *value)
 Checks if the result of an expression is compatible with a given type. More...
 
template<typename type_t , typename param_t >
bool is (param_t &value)
 Checks if the result of an expression is compatible with a given type. More...
 
template<typename new_type_t , typename current_type_t >
bool is (std::shared_ptr< current_type_t > &value)
 Checks if the result of an expression is compatible with a given type. More...
 
template<>
bool is< bool > (bool value)
 Checks if the result of an expression is compatible with a given type. More...
 
template<>
bool is< decimal > (decimal value)
 Checks if the result of an expression is compatible with a given type. More...
 
template<>
bool is< double > (double value)
 Checks if the result of an expression is compatible with a given type. More...
 
template<>
bool is< float > (float value)
 Checks if the result of an expression is compatible with a given type. More...
 
template<>
bool is< int16 > (int16 value)
 Checks if the result of an expression is compatible with a given type. More...
 
template<>
bool is< int32 > (int32 value)
 Checks if the result of an expression is compatible with a given type. More...
 
template<>
bool is< int64 > (int64 value)
 Checks if the result of an expression is compatible with a given type. More...
 
template<>
bool is< sbyte > (sbyte value)
 Checks if the result of an expression is compatible with a given type. More...
 
template<>
bool is< slong > (slong value)
 Checks if the result of an expression is compatible with a given type. More...
 
template<>
bool is< std::any > (std::any value)
 Checks if the result of an expression is compatible with a given type. More...
 
template<>
bool is< uint16 > (uint16 value)
 Checks if the result of an expression is compatible with a given type. More...
 
template<>
bool is< uint32 > (uint32 value)
 Checks if the result of an expression is compatible with a given type. More...
 
template<>
bool is< uint64 > (uint64 value)
 Checks if the result of an expression is compatible with a given type. More...
 
template<>
bool is< xtd::byte > (xtd::byte value)
 Checks if the result of an expression is compatible with a given type. More...
 
template<>
bool is< xtd::ulong > (xtd::ulong value)
 Checks if the result of an expression is compatible with a given type. More...
 
xtd::byte operator""_b (long double n)
 Used to convert specified value into byte. More...
 
xtd::byte operator""_b (unsigned long long n)
 Used to convert specified value into byte. More...
 
xtd::byte operator""_b (const char *s, size_t n)
 Used to convert specified value into byte. More...
 
xtd::byte operator""_b (const char8 *s, size_t n)
 Used to convert specified value into byte. More...
 
xtd::byte operator""_b (const char16 *s, size_t n)
 Used to convert specified value into byte. More...
 
xtd::byte operator""_b (const char32 *s, size_t n)
 Used to convert specified value into byte. More...
 
xtd::byte operator""_b (const wchar *s, size_t n)
 Used to convert specified value into byte. More...
 
char32 operator""_c (char c)
 Used to convert specified value into char32._t. More...
 
char32 operator""_c (char16 c)
 Used to convert specified value into char32._t. More...
 
char32 operator""_c (char32 c)
 Used to convert specified value into char32._t. More...
 
char32 operator""_c (wchar c)
 Used to convert specified value into char32._t. More...
 
char32 operator""_c (unsigned long long c)
 Used to convert specified value into char32._t. More...
 
double operator""_d (long double n)
 Used to convert specified value into byte. More...
 
double operator""_d (unsigned long long n)
 Used to convert specified value into byte. More...
 
double operator""_d (const char *s, size_t n)
 Used to convert specified value into byte. More...
 
double operator""_d (const char8 *s, size_t n)
 Used to convert specified value into byte. More...
 
double operator""_d (const char16 *s, size_t n)
 Used to convert specified value into byte. More...
 
double operator""_d (const char32 *s, size_t n)
 Used to convert specified value into byte. More...
 
double operator""_d (const wchar *s, size_t n)
 Used to convert specified value into byte. More...
 
float operator""_f (long double n)
 Used to convert specified value into byte. More...
 
float operator""_f (unsigned long long n)
 Used to convert specified value into byte. More...
 
float operator""_f (const char *s, size_t n)
 Used to convert specified value into byte. More...
 
float operator""_f (const char8 *s, size_t n)
 Used to convert specified value into byte. More...
 
float operator""_f (const char16 *s, size_t n)
 Used to convert specified value into byte. More...
 
float operator""_f (const char32 *s, size_t n)
 Used to convert specified value into byte. More...
 
float operator""_f (const wchar *s, size_t n)
 Used to convert specified value into byte. More...
 
xtd::time_span operator""_h (unsigned long long s)
 Used to convert the specified value as hours to xtd::time_span. More...
 
xtd::time_span operator""_m (unsigned long long s)
 Used to convert the specified value as minutes to xtd::time_span. More...
 
xtd::time_span operator""_min (unsigned long long s)
 Used to convert the specified value as minutes to xtd::time_span. More...
 
xtd::time_span operator""_ms (unsigned long long s)
 Used to convert the specified value as millisconds to xtd::time_span. More...
 
xtd::time_span operator""_ns (unsigned long long s)
 Used to convert the specified value as nanoseconds to xtd::time_span. More...
 
xtd::ustring operator""_s (const char *s, size_t n)
 Used to convert specified value into xtd::ustring. More...
 
xtd::ustring operator""_s (const char8 *s, size_t n)
 Used to convert specified value into xtd::ustring. More...
 
xtd::ustring operator""_s (const char16 *s, size_t n)
 Used to convert specified value into xtd::ustring. More...
 
xtd::ustring operator""_s (const char32 *s, size_t n)
 Used to convert specified value into xtd::ustring. More...
 
xtd::ustring operator""_s (const wchar *s, size_t n)
 Used to convert specified value into xtd::ustring. More...
 
xtd::time_span operator""_s (unsigned long long s)
 Used to convert the specified value as seconds to xtd::time_span. More...
 
int16 operator""_s16 (long double n)
 Used to convert specified value into byte. More...
 
int16 operator""_s16 (unsigned long long n)
 Used to convert specified value into byte. More...
 
int16 operator""_s16 (const char *s, size_t n)
 Used to convert specified value into byte. More...
 
int16 operator""_s16 (const char8 *s, size_t n)
 Used to convert specified value into byte. More...
 
int16 operator""_s16 (const char16 *s, size_t n)
 Used to convert specified value into byte. More...
 
int16 operator""_s16 (const char32 *s, size_t n)
 Used to convert specified value into byte. More...
 
int16 operator""_s16 (const wchar *s, size_t n)
 Used to convert specified value into byte. More...
 
int32 operator""_s32 (long double n)
 Used to convert specified value into byte. More...
 
int32 operator""_s32 (unsigned long long n)
 Used to convert specified value into byte. More...
 
int32 operator""_s32 (const char *s, size_t n)
 Used to convert specified value into byte. More...
 
int32 operator""_s32 (const char8 *s, size_t n)
 Used to convert specified value into byte. More...
 
int32 operator""_s32 (const char16 *s, size_t n)
 Used to convert specified value into byte. More...
 
int32 operator""_s32 (const char32 *s, size_t n)
 Used to convert specified value into byte. More...
 
int32 operator""_s32 (const wchar *s, size_t n)
 Used to convert specified value into byte. More...
 
int64 operator""_s64 (long double n)
 Used to convert specified value into byte. More...
 
int64 operator""_s64 (unsigned long long n)
 Used to convert specified value into byte. More...
 
int64 operator""_s64 (const char *s, size_t n)
 Used to convert specified value into byte. More...
 
int64 operator""_s64 (const char8 *s, size_t n)
 Used to convert specified value into byte. More...
 
int64 operator""_s64 (const char16 *s, size_t n)
 Used to convert specified value into byte. More...
 
int64 operator""_s64 (const char32 *s, size_t n)
 Used to convert specified value into byte. More...
 
int64 operator""_s64 (const wchar *s, size_t n)
 Used to convert specified value into byte. More...
 
sbyte operator""_s8 (long double n)
 Used to convert specified value into byte. More...
 
sbyte operator""_s8 (unsigned long long n)
 Used to convert specified value into byte. More...
 
sbyte operator""_s8 (const char *s, size_t n)
 Used to convert specified value into byte. More...
 
sbyte operator""_s8 (const char8 *s, size_t n)
 Used to convert specified value into byte. More...
 
sbyte operator""_s8 (const char16 *s, size_t n)
 Used to convert specified value into byte. More...
 
sbyte operator""_s8 (const char32 *s, size_t n)
 Used to convert specified value into byte. More...
 
sbyte operator""_s8 (const wchar *s, size_t n)
 Used to convert specified value into byte. More...
 
xtd::ustring operator""_sb (unsigned long long s)
 Used to convert the specified value to xtd::ustring with a binary format. More...
 
xtd::ustring operator""_sb16 (unsigned long long s)
 Used to convert the specified value to xtd::ustring with a binary format with sixteen digits. More...
 
xtd::ustring operator""_sb2 (unsigned long long s)
 Used to convert the specified value to xtd::ustring with a binary format with two digits. More...
 
xtd::ustring operator""_sb32 (unsigned long long s)
 Used to convert the specified value to xtd::ustring with a binary format with thirty two digits. More...
 
xtd::ustring operator""_sb4 (unsigned long long s)
 Used to convert the specified value to xtd::ustring with a binary format with four digits. More...
 
xtd::ustring operator""_sb64 (unsigned long long s)
 Used to convert the specified value to xtd::ustring with a binary format with sixty four digits. More...
 
xtd::ustring operator""_sb8 (unsigned long long s)
 Used to convert the specified value to xtd::ustring with a binary format with eight digits. More...
 
xtd::ustring operator""_sd (long double s)
 Used to convert the specified value to xtd::ustring with a decimal format. More...
 
xtd::ustring operator""_sd (unsigned long long s)
 Used to convert the specified value to xtd::ustring with a decimal format. More...
 
xtd::ustring operator""_sx (unsigned long long s)
 Used to convert specified value into xtd::ustring. More...
 
xtd::ustring operator""_sX (unsigned long long s)
 Used to convert specified value into xtd::ustring. More...
 
xtd::ustring operator""_sx2 (unsigned long long s)
 Used to convert specified value into xtd::ustring. More...
 
xtd::ustring operator""_sX2 (unsigned long long s)
 Used to convert specified value into xtd::ustring. More...
 
xtd::ustring operator""_sx4 (unsigned long long s)
 Used to convert specified value into xtd::ustring. More...
 
xtd::ustring operator""_sX4 (unsigned long long s)
 Used to convert specified value into xtd::ustring. More...
 
xtd::ustring operator""_sx8 (unsigned long long s)
 Used to convert specified value into xtd::ustring. More...
 
xtd::ustring operator""_sX8 (unsigned long long s)
 Used to convert specified value into xtd::ustring. More...
 
size_t operator""_sz (long double n)
 Used to convert specified value into size_t. More...
 
size_t operator""_sz (unsigned long long n)
 Used to convert specified value into size_t. More...
 
size_t operator""_sz (const char *s, size_t n)
 Used to convert specified value into size_t. More...
 
size_t operator""_sz (const char8 *s, size_t n)
 Used to convert specified value into size_t. More...
 
size_t operator""_sz (const char16 *s, size_t n)
 Used to convert specified value into size_t. More...
 
size_t operator""_sz (const char32 *s, size_t n)
 Used to convert specified value into size_t. More...
 
size_t operator""_sz (const wchar *s, size_t n)
 Used to convert specified value into size_t. More...
 
const char * operator""_t (const char *s, size_t n) noexcept
 Used to translate specified string into locale. More...
 
xtd::ustring operator""_t (const char8 *s, size_t n) noexcept
 Used to translate specified string into locale. More...
 
xtd::ustring operator""_t (const char16 *s, size_t n) noexcept
 Used to translate specified string into locale. More...
 
xtd::ustring operator""_t (const char32 *s, size_t n) noexcept
 Used to translate specified string into locale. More...
 
xtd::ustring operator""_t (const wchar *s, size_t n) noexcept
 Used to translate specified string into locale. More...
 
xtd::time_span operator""_t (unsigned long long s)
 Used to convert the specified value as tiks to xtd::time_span. More...
 
uint16 operator""_u16 (long double n)
 Used to convert specified value into byte. More...
 
uint16 operator""_u16 (unsigned long long n)
 Used to convert specified value into byte. More...
 
uint16 operator""_u16 (const char *s, size_t n)
 Used to convert specified value into byte. More...
 
uint16 operator""_u16 (const char8 *s, size_t n)
 Used to convert specified value into byte. More...
 
uint16 operator""_u16 (const char16 *s, size_t n)
 Used to convert specified value into byte. More...
 
uint16 operator""_u16 (const char32 *s, size_t n)
 Used to convert specified value into byte. More...
 
uint16 operator""_u16 (const wchar *s, size_t n)
 Used to convert specified value into byte. More...
 
uint32 operator""_u32 (long double n)
 Used to convert specified value into byte. More...
 
uint32 operator""_u32 (unsigned long long n)
 Used to convert specified value into byte. More...
 
uint32 operator""_u32 (const char *s, size_t n)
 Used to convert specified value into byte. More...
 
uint32 operator""_u32 (const char8 *s, size_t n)
 Used to convert specified value into byte. More...
 
uint32 operator""_u32 (const char16 *s, size_t n)
 Used to convert specified value into byte. More...
 
uint32 operator""_u32 (const char32 *s, size_t n)
 Used to convert specified value into byte. More...
 
uint32 operator""_u32 (const wchar *s, size_t n)
 Used to convert specified value into byte. More...
 
uint64 operator""_u64 (long double n)
 Used to convert specified value into byte. More...
 
uint64 operator""_u64 (unsigned long long n)
 Used to convert specified value into byte. More...
 
uint64 operator""_u64 (const char *s, size_t n)
 Used to convert specified value into byte. More...
 
uint64 operator""_u64 (const char8 *s, size_t n)
 Used to convert specified value into byte. More...
 
uint64 operator""_u64 (const char16 *s, size_t n)
 Used to convert specified value into byte. More...
 
uint64 operator""_u64 (const char32 *s, size_t n)
 Used to convert specified value into byte. More...
 
uint64 operator""_u64 (const wchar *s, size_t n)
 Used to convert specified value into byte. More...
 
xtd::byte operator""_u8 (long double n)
 Used to convert specified value into byte. More...
 
xtd::byte operator""_u8 (unsigned long long n)
 Used to convert specified value into byte. More...
 
xtd::byte operator""_u8 (const char *s, size_t n)
 Used to convert specified value into byte. More...
 
xtd::byte operator""_u8 (const char8 *s, size_t n)
 Used to convert specified value into byte. More...
 
xtd::byte operator""_u8 (const char16 *s, size_t n)
 Used to convert specified value into byte. More...
 
xtd::byte operator""_u8 (const char32 *s, size_t n)
 Used to convert specified value into byte. More...
 
xtd::byte operator""_u8 (const wchar *s, size_t n)
 Used to convert specified value into byte. More...
 
xtd::time_span operator""_us (unsigned long long s)
 Used to convert the specified value as microseconds to xtd::time_span. More...
 
template<typename value_t >
value_t parse (const std::string &str)
 Convert a string into a type. More...
 
template<typename value_t >
value_t parse (const std::string &str, const std::locale &locale)
 Convert a string into a type. More...
 
template<typename value_t >
value_t parse (const std::string &str, const std::string &fmt)
 Convert a string into a type. More...
 
template<typename value_t >
value_t parse (const std::string &str, number_styles)
 Convert a string into a type. More...
 
template<typename value_t >
value_t parse (const std::string &str, number_styles, const std::locale &locale)
 Convert a string into a type. More...
 
template<typename value_t >
value_t parse (const std::wstring &str)
 Convert a string into a type. More...
 
template<typename value_t >
value_t parse (const std::u16string &str)
 Convert a string into a type. More...
 
template<typename value_t >
value_t parse (const std::u32string &str)
 Convert a string into a type. More...
 
template<>
bool parse< bool > (const std::string &str)
 Convert a string into a type. More...
 
template<>
char parse< char > (const std::string &str, number_styles styles)
 Convert a string into a type. More...
 
template<>
char parse< char > (const std::string &str)
 Convert a string into a type. More...
 
template<>
double parse< double > (const std::string &str, number_styles styles)
 Convert a string into a type. More...
 
template<>
double parse< double > (const std::string &str, number_styles styles, const std::locale &locale)
 Convert a string into a type. More...
 
template<>
double parse< double > (const std::string &str)
 Convert a string into a type. More...
 
template<>
drawing::color parse< drawing::color > (const std::string &str)
 Creates a xtd::drawing::color class from the specified name. More...
 
template<>
drawing::point parse< drawing::point > (const std::string &str)
 
template<>
float parse< float > (const std::string &str, number_styles styles)
 Convert a string into a type. More...
 
template<>
float parse< float > (const std::string &str, number_styles styles, const std::locale &locale)
 Convert a string into a type. More...
 
template<>
float parse< float > (const std::string &str)
 Convert a string into a type. More...
 
template<>
int parse< int > (const std::string &str, number_styles styles)
 Convert a string into a type. More...
 
template<>
int parse< int > (const std::string &str)
 Convert a string into a type. More...
 
template<>
long parse< long > (const std::string &str, number_styles styles)
 Convert a string into a type. More...
 
template<>
long parse< long > (const std::string &str)
 Convert a string into a type. More...
 
template<>
long double parse< long double > (const std::string &str, number_styles styles)
 Convert a string into a type. More...
 
template<>
long double parse< long double > (const std::string &str, number_styles styles, const std::locale &locale)
 Convert a string into a type. More...
 
template<>
long double parse< long double > (const std::string &str)
 Convert a string into a type. More...
 
template<>
long long parse< long long > (const std::string &str, number_styles styles)
 Convert a string into a type. More...
 
template<>
long long parse< long long > (const std::string &str)
 Convert a string into a type. More...
 
template<>
short parse< short > (const std::string &str, number_styles styles)
 Convert a string into a type. More...
 
template<>
short parse< short > (const std::string &str)
 Convert a string into a type. More...
 
template<>
std::string parse< std::string > (const std::string &str)
 Convert a string into a type. More...
 
template<>
unsigned char parse< unsigned char > (const std::string &str, number_styles styles)
 Convert a string into a type. More...
 
template<>
unsigned char parse< unsigned char > (const std::string &str)
 Convert a string into a type. More...
 
template<>
unsigned int parse< unsigned int > (const std::string &str, number_styles styles)
 Convert a string into a type. More...
 
template<>
unsigned int parse< unsigned int > (const std::string &str)
 Convert a string into a type. More...
 
template<>
unsigned long parse< unsigned long > (const std::string &str, number_styles styles)
 Convert a string into a type. More...
 
template<>
unsigned long parse< unsigned long > (const std::string &str)
 Convert a string into a type. More...
 
template<>
unsigned long long parse< unsigned long long > (const std::string &str, number_styles styles)
 Convert a string into a type. More...
 
template<>
unsigned long long parse< unsigned long long > (const std::string &str)
 Convert a string into a type. More...
 
template<>
unsigned short parse< unsigned short > (const std::string &str, number_styles styles)
 Convert a string into a type. More...
 
template<>
unsigned short parse< unsigned short > (const std::string &str)
 Convert a string into a type. More...
 
template<>
xtd::sbyte parse< xtd::sbyte > (const std::string &str, number_styles styles)
 Convert a string into a type. More...
 
template<>
xtd::sbyte parse< xtd::sbyte > (const std::string &str)
 Convert a string into a type. More...
 
template<class type_t , class function_t >
void register_any_stringer (const function_t &func)
 Register an any stringer method for a specified type. More...
 
template<typename value_t >
std::string to_string (const value_t &value, const std::string &fmt, const std::locale &loc)
 Convert a specified value into a string with specified format and locale. More...
 
template<>
std::string to_string (const bool &value, const std::string &fmt, const std::locale &loc)
 Convert a specified value into a string with specified format and locale. More...
 
template<>
std::string to_string (const sbyte &value, const std::string &fmt, const std::locale &loc)
 Convert a specified value into a string with specified format and locale. More...
 
template<>
std::string to_string (const char &value, const std::string &fmt, const std::locale &loc)
 Convert a specified value into a string with specified format and locale. More...
 
template<>
std::string to_string (const unsigned char &value, const std::string &fmt, const std::locale &loc)
 Convert a specified value into a string with specified format and locale. More...
 
template<>
std::string to_string (const short &value, const std::string &fmt, const std::locale &loc)
 Convert a specified value into a string with specified format and locale. More...
 
template<>
std::string to_string (const unsigned short &value, const std::string &fmt, const std::locale &loc)
 Convert a specified value into a string with specified format and locale. More...
 
template<>
std::string to_string (const int &value, const std::string &fmt, const std::locale &loc)
 Convert a specified value into a string with specified format and locale. More...
 
template<>
std::string to_string (const unsigned int &value, const std::string &fmt, const std::locale &loc)
 Convert a specified value into a string with specified format and locale. More...
 
template<>
std::string to_string (const long &value, const std::string &fmt, const std::locale &loc)
 Convert a specified value into a string with specified format and locale. More...
 
template<>
std::string to_string (const unsigned long &value, const std::string &fmt, const std::locale &loc)
 Convert a specified value into a string with specified format and locale. More...
 
template<>
std::string to_string (const long long &value, const std::string &fmt, const std::locale &loc)
 Convert a specified value into a string with specified format and locale. More...
 
template<>
std::string to_string (const unsigned long long &value, const std::string &fmt, const std::locale &loc)
 Convert a specified value into a string with specified format and locale. More...
 
template<>
std::string to_string (const float &value, const std::string &fmt, const std::locale &loc)
 Convert a specified value into a string with specified format and locale. More...
 
template<>
std::string to_string (const double &value, const std::string &fmt, const std::locale &loc)
 Convert a specified value into a string with specified format and locale. More...
 
template<>
std::string to_string (const long double &value, const std::string &fmt, const std::locale &loc)
 Convert a specified value into a string with specified format and locale. More...
 
template<>
std::string to_string (const std::chrono::system_clock::time_point &value, const std::string &fmt, const std::locale &loc)
 Convert a specified value into a string with specified format and locale. More...
 
template<>
std::string to_string (const std::tm &value, const std::string &fmt, const std::locale &loc)
 Convert a specified value into a string with specified format and locale. More...
 
template<typename type_t , typename Period >
std::string to_string (const std::chrono::duration< type_t, Period > &value, const std::string &fmt, const std::locale &loc)
 Convert a specified value into a string with specified format and locale. More...
 
template<>
std::string to_string (const char8 &value, const std::string &fmt, const std::locale &loc)
 Convert a specified value into a string with specified format and locale. More...
 
template<>
std::string to_string (const char16 &value, const std::string &fmt, const std::locale &loc)
 Convert a specified value into a string with specified format and locale. More...
 
template<>
std::string to_string (const char32 &value, const std::string &fmt, const std::locale &loc)
 Convert a specified value into a string with specified format and locale. More...
 
template<>
std::string to_string (const wchar &value, const std::string &fmt, const std::locale &loc)
 Convert a specified value into a string with specified format and locale. More...
 
template<typename value_t >
std::string to_string (const value_t &value, const std::string &fmt)
 Convert a specified value into a string with specified format. More...
 
template<typename value_t >
std::wstring to_string (const value_t &value, const std::wstring &fmt, const std::locale &loc)
 Convert a specified value into a string with specified format and locale. More...
 
template<>
std::wstring to_string (const bool &value, const std::wstring &fmt, const std::locale &loc)
 Convert a specified value into a string with specified format and locale. More...
 
template<>
std::wstring to_string (const sbyte &value, const std::wstring &fmt, const std::locale &loc)
 Convert a specified value into a string with specified format and locale. More...
 
template<>
std::wstring to_string (const char &value, const std::wstring &fmt, const std::locale &loc)
 Convert a specified value into a string with specified format and locale. More...
 
template<>
std::wstring to_string (const unsigned char &value, const std::wstring &fmt, const std::locale &loc)
 Convert a specified value into a string with specified format and locale. More...
 
template<>
std::wstring to_string (const short &value, const std::wstring &fmt, const std::locale &loc)
 Convert a specified value into a string with specified format and locale. More...
 
template<>
std::wstring to_string (const unsigned short &value, const std::wstring &fmt, const std::locale &loc)
 Convert a specified value into a string with specified format and locale. More...
 
template<>
std::wstring to_string (const int &value, const std::wstring &fmt, const std::locale &loc)
 Convert a specified value into a string with specified format and locale. More...
 
template<>
std::wstring to_string (const unsigned int &value, const std::wstring &fmt, const std::locale &loc)
 Convert a specified value into a string with specified format and locale. More...
 
template<>
std::wstring to_string (const long &value, const std::wstring &fmt, const std::locale &loc)
 Convert a specified value into a string with specified format and locale. More...
 
template<>
std::wstring to_string (const unsigned long &value, const std::wstring &fmt, const std::locale &loc)
 Convert a specified value into a string with specified format and locale. More...
 
template<>
std::string to_string (const time_span &value, const std::string &fmt, const std::locale &loc)
 
template<>
std::wstring to_string (const long long &value, const std::wstring &fmt, const std::locale &loc)
 Convert a specified value into a string with specified format and locale. More...
 
template<>
std::wstring to_string (const unsigned long long &value, const std::wstring &fmt, const std::locale &loc)
 Convert a specified value into a string with specified format and locale. More...
 
template<>
std::wstring to_string (const float &value, const std::wstring &fmt, const std::locale &loc)
 Convert a specified value into a string with specified format and locale. More...
 
template<>
std::wstring to_string (const double &value, const std::wstring &fmt, const std::locale &loc)
 Convert a specified value into a string with specified format and locale. More...
 
template<>
std::wstring to_string (const long double &value, const std::wstring &fmt, const std::locale &loc)
 Convert a specified value into a string with specified format and locale. More...
 
template<>
std::wstring to_string (const std::chrono::system_clock::time_point &value, const std::wstring &fmt, const std::locale &loc)
 Convert a specified value into a string with specified format and locale. More...
 
template<>
std::wstring to_string (const std::tm &value, const std::wstring &fmt, const std::locale &loc)
 Convert a specified value into a string with specified format and locale. More...
 
template<typename type_t , typename Period >
std::wstring to_string (const std::chrono::duration< type_t, Period > &value, const std::wstring &fmt, const std::locale &loc)
 Convert a specified value into a string with specified format and locale. More...
 
template<>
std::wstring to_string (const std::wstring &value, const std::wstring &fmt, const std::locale &loc)
 Convert a specified value into a string with specified format and locale. More...
 
template<>
std::wstring to_string (const char8 &value, const std::wstring &fmt, const std::locale &loc)
 Convert a specified value into a string with specified format and locale. More...
 
template<>
std::wstring to_string (const char16 &value, const std::wstring &fmt, const std::locale &loc)
 Convert a specified value into a string with specified format and locale. More...
 
template<>
std::wstring to_string (const char32 &value, const std::wstring &fmt, const std::locale &loc)
 Convert a specified value into a string with specified format and locale. More...
 
template<>
std::wstring to_string (const wchar &value, const std::wstring &fmt, const std::locale &loc)
 Convert a specified value into a string with specified format and locale. More...
 
template<typename value_t >
std::wstring to_string (const value_t &value, const std::wstring &fmt)
 Convert a specified value into a string with specified format. More...
 
template<>
std::string to_string (const date_time &value, const std::string &fmt, const std::locale &loc)
 Convert a specified value into a string with specified format and locale. More...
 
ustring to_ustring (int val)
 Converts a signed integer to xtd::ustring. More...
 
ustring to_ustring (unsigned val)
 Converts an unsigned integer to xtd::ustring. More...
 
ustring to_ustring (long val)
 Converts a signed integer to xtd::ustring. More...
 
ustring to_ustring (unsigned long val)
 Converts an unsigned integer to xtd::ustring. More...
 
ustring to_ustring (long long val)
 Converts a signed integer to xtd::ustring. More...
 
ustring to_ustring (unsigned long long val)
 Converts an unsigned integer to xtd::ustring. More...
 
ustring to_ustring (float val)
 Converts a floating point to xtd::ustring. More...
 
ustring to_ustring (double val)
 Converts a floating point integer to xtd::ustring. More...
 
ustring to_ustring (long double val)
 Converts a floating point to xtd::ustring. More...
 
template<typename type_t >
ustring to_ustring (type_t val)
 Converts a type_t to xtd::ustring. More...
 
template<typename value_t , typename char_t >
bool try_parse (const std::basic_string< char_t > &str, value_t &value) noexcept
 Convert a string into a type. More...
 
template<typename value_t , typename char_t >
bool try_parse (const std::basic_string< char_t > &str, value_t &value, const std::locale &locale) noexcept
 Convert a string into a type. More...
 
template<typename value_t , typename char_t >
bool try_parse (const char_t *str, value_t &value) noexcept
 Convert a string into a type. More...
 
template<typename value_t , typename char_t >
bool try_parse (const char_t *str, value_t &value, const std::locale &locale) noexcept
 Convert a string into a type. More...
 
template<typename value_t , typename char_t >
bool try_parse (const std::basic_string< char_t > &str, value_t &value, number_styles style) noexcept
 Convert a string into a type. More...
 
template<typename value_t , typename char_t >
bool try_parse (const std::basic_string< char_t > &str, value_t &value, number_styles style, const std::locale &locale) noexcept
 Convert a string into a type. More...
 
template<typename value_t , typename char_t >
bool try_parse (const char_t *str, value_t &value, number_styles style) noexcept
 Convert a string into a type. More...
 
template<typename value_t , typename char_t >
bool try_parse (const char_t *str, value_t &value, number_styles style, const std::locale &locale) noexcept
 Convert a string into a type. More...
 
template<typename type_t >
type_t unboxing (const xtd::box< type_t > &value) noexcept
 Allows to unbox an object. More...
 
template<class type_t >
void unregister_any_stringer ()
 Unregister an any stringer method for a specified type. More...
 
template<typename ... args_t>
void unused (args_t &&... args)
 It may be used to suppress the "unused variable" or "unused local typedefs" compiler warnings when the variable or typedef can't be removed or commented out, e.g. when some blocks of the code are conditionally activated. More...
 

Variables

xtd::debugstreambuf cdebugstreambuf
 A xtd::debugstreambuf variable used by xtd::cdebug ostream. More...
 
std::nullptr_t null
 Represents a null pointer value. More...
 

Boxed types

using byte_object = box_integer< xtd::byte >
 Represent a boxed byte. More...
 
using char16_object = box_char< char16 >
 Represent a boxed char16. More...
 
using char32_object = box_char< char32 >
 Represent a boxed char32. More...
 
using char8_object = box_char< char8 >
 Represent a boxed char8. More...
 
using char_object = box_char< char >
 Represent a boxed char. More...
 
using decimal_object = box_floating_point< decimal >
 Represent a boxed decimal. More...
 
using double_object = box_floating_point< double >
 Represent a boxed double. More...
 
using int16_object = box_integer< int16 >
 Represent a boxed int16. More...
 
using int32_object = box_integer< int32 >
 Represent a boxed int32. More...
 
using int64_object = box_integer< int64 >
 Represent a boxed int64. More...
 
using intptr_object = box_integer< intptr >
 Represent a boxed intptr. More...
 
using sbyte_object = box_integer< sbyte >
 Represent a boxed sbyte. More...
 
using single_object = box_floating_point< float >
 Represent a boxed single. More...
 
using slong_object = box_integer< slong >
 Represent a boxed int16. More...
 
using tick = std::ratio< 1LL, 10000000LL >
 Represents a tick (1 tick = 100 nanoseconds). More...
 
using ticks = std::chrono::duration< int64, tick >
 Represents a tick duration. More...
 
using uint16_object = box_integer< uint16 >
 Represent a boxed uint16. More...
 
using uint32_object = box_integer< uint32 >
 Represent a boxed uint32. More...
 
using uint64_object = box_integer< uint64 >
 Represent a boxed uint64. More...
 
using uintptr_object = box_integer< uintptr >
 Represent a boxed uintptr. More...
 
using ulong_object = box_integer< ulong >
 Represent a boxed ulong. More...
 
using wchar_object = box_char< wchar >
 Represent a boxed wchar. More...
 

Native types

using bool_ = bool
 Represents a boolean. More...
 
using byte = uint_least8_t
 Represents a 8-bit unsigned integer. More...
 
using char_ = char
 Represents a character. More...
 
using char8 = char8_t
 Represents a 8-bit unicode character. More...
 
using char16 = char16_t
 Represents a 16-bit unicode character. More...
 
using char32 = char32_t
 Represents a 32-bit unicode character. More...
 
using decimal = long double
 Represents a decimal-precision floating-point number. More...
 
using double_ = double
 Represents a double-precision floating-point number. More...
 
using int16 = int_least16_t
 Represents a 16-bit signed integer. More...
 
using int32 = int_least32_t
 Represents a 32-bit signed integer. More...
 
using int64 = int_least64_t
 Represents a 64-bit signed integer. More...
 
using intptr = intmax_t
 Represent a pointer or a handle. More...
 
using ptrdiff = std::ptrdiff_t
 Represent the signed integer type of the result of subtracting two pointers. More...
 
using sbyte = int_least8_t
 Represents a 8-bit signed integer. More...
 
using single = float
 Represents a single-precision floating-point number. More...
 
using size = size_t
 Represents a size of any object in bytes. More...
 
using slong = __slong__
 Represents a 32-bit or 64-bit signed integer. More...
 
using type = std::type_info
 Stores information about a type. More...
 
using uint16 = uint_least16_t
 Represents a 16-bit unsigned integer. More...
 
using uint32 = uint_least32_t
 Represents a 32-bit unsigned integer. More...
 
using uint64 = uint_least64_t
 Represents a 64-bit unsigned integer. More...
 
using uintptr = uintmax_t
 Represent a pointer or a handle. More...
 
using ulong = __ulong__
 Represents a 32-bit or 64-bit unsigned integer. More...
 
using wchar = wchar_t
 Represents a wide character. More...
 

Function Documentation

◆ as< std::string >()

template<>
std::string xtd::as< std::string > ( std::string &  value)
inline
string value = "Gammasoft";
string result = as<string>(value);

◆ to_ustring() [1/10]

ustring xtd::to_ustring ( int  val)

Converts a signed integer to xtd::ustring.

Parameters
valA numeric value to convert.
Returns
A string holding the converted value.
Examples:
to_ustring.cpp.

◆ to_ustring() [2/10]

ustring xtd::to_ustring ( unsigned  val)

Converts an unsigned integer to xtd::ustring.

Parameters
valA numeric value to convert.
Returns
A string holding the converted value.

◆ to_ustring() [3/10]

ustring xtd::to_ustring ( long  val)

Converts a signed integer to xtd::ustring.

Parameters
valA numeric value to convert.
Returns
A string holding the converted value.

◆ to_ustring() [4/10]

ustring xtd::to_ustring ( unsigned long  val)

Converts an unsigned integer to xtd::ustring.

Parameters
valA numeric value to convert.
Returns
A string holding the converted value.

◆ to_ustring() [5/10]

ustring xtd::to_ustring ( long long  val)

Converts a signed integer to xtd::ustring.

Parameters
valA numeric value to convert.
Returns
A string holding the converted value.

◆ to_ustring() [6/10]

ustring xtd::to_ustring ( unsigned long long  val)

Converts an unsigned integer to xtd::ustring.

Parameters
valA numeric value to convert.
Returns
A string holding the converted value.

◆ to_ustring() [7/10]

ustring xtd::to_ustring ( float  val)

Converts a floating point to xtd::ustring.

Parameters
valA numeric value to convert.
Returns
A string holding the converted value.

◆ to_ustring() [8/10]

ustring xtd::to_ustring ( double  val)

Converts a floating point integer to xtd::ustring.

Parameters
valA numeric value to convert.
Returns
A string holding the converted value.

◆ to_ustring() [9/10]

ustring xtd::to_ustring ( long double  val)

Converts a floating point to xtd::ustring.

Parameters
valA numeric value to convert.
Returns
A string holding the converted value.

◆ to_ustring() [10/10]

template<typename type_t >
ustring xtd::to_ustring ( type_t  val)

Converts a type_t to xtd::ustring.

Parameters
valA type_t value to convert.
Returns
A string holding the converted value.