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

Definition

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

Classes

class  xtd::abstract_object
 Represent an abstract class. More...
 
class  xtd::argument_exception
 The exception that is thrown when one of the arguments provided to a method is not valid. More...
 
class  xtd::argument_null_exception
 The exception that is thrown when one of the arguments provided to a method is null. More...
 
class  xtd::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  xtd::arithmetic_exception
 The exception that is thrown for errors in an arithmetic, casting, or conversion operation. More...
 
class  xtd::attribute
 Represents the base class for custom attributes. More...
 
class  xtd::background_color
 Represent background color output manipulator class. More...
 
class  xtd::beep
 Represent beep output manipulator class. More...
 
class  xtd::bit_converter
 Converts base data types to an std::vector of bytes, and an std::vector of bytes to base data types. More...
 
class  xtd::box< type_t >
 Represents a boxed object. More...
 
class  xtd::box_char< type_t >
 Represents a boxed char object. More...
 
class  xtd::box_floating_point< type_t >
 Represents a boxed floating point object. More...
 
class  xtd::box_integer< type_t >
 Represents a boxed integer object. More...
 
class  xtd::collections::key_not_found_exception
 The exception that is thrown when the key specified for accessing an element in a collection does not match any key in the collection. More...
 
class  xtd::compiler
 Represents information about c++ libraries, such as the version and standard identifier. This class cannot be inherited. More...
 
class  xtd::console
 Represents the standard input, output, and error streams for console applications. More...
 
class  xtd::console_cancel_event_args
 Provides data for the console::cancel_key_press event. This class cannot be inherited. More...
 
class  xtd::console_key_info
 Specifies the standard keys on a console. More...
 
struct  xtd::const_overload< args_t >
 Represents class that use to determine one of const overloaded methods. More...
 
class  xtd::convert
 Represents API to convert base type code. More...
 
class  xtd::convert_pointer
 Represents API to convert pointers. More...
 
class  xtd::convert_string
 Represents API to convert string containers. More...
 
class  xtd::cpp_language
 Represents information about c++ libraries, such as the version and language identifier. This class cannot be inherited. More...
 
class  xtd::date_time
 Represents an instant in time, typically expressed as a date and time of day. More...
 
class  xtd::debugstreambuf
 Provides an std::stringbuf for xtd::diagnostics::debug. More...
 
class  xtd::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  xtd::diagnostics::boolean_switch
 Provides a simple on/off switch that controls debugging and tracing output. More...
 
class  xtd::diagnostics::console_trace_listener
 Directs tracing or debugging output to either the standard output or the standard error stream. More...
 
class  xtd::diagnostics::data_received_event_args
 Provides data for the xtd::diagnostics::process::output_data_received and xtd::diagnostics::process::error_data_received events. More...
 
class  xtd::diagnostics::debug
 Provides a set of methods and properties that help you debug the execution of your code. This class cannot be inherited. More...
 
class  xtd::diagnostics::debugger
 Enables communication with a debugger. This class cannot be inherited. More...
 
class  xtd::diagnostics::default_trace_listener
 Provides the default output methods and behavior for tracing. More...
 
class  xtd::diagnostics::event_type_filter
 Indicates whether a listener should trace based on the event type. More...
 
class  xtd::diagnostics::ostream_trace_listener
 Directs tracing or debugging output to a std::ostream, such as std::fstream, std::stream... More...
 
class  xtd::diagnostics::process
 Provides access to local and remote processes and enables you to start and stop local system processes. More...
 
class  xtd::diagnostics::process::error_data_received_event
 Represents a process error data received event. More...
 
class  xtd::diagnostics::process::exit_event
 Represents a process exit event. More...
 
class  xtd::diagnostics::process::output_data_received_event
 Represents a process output data received event. More...
 
class  xtd::diagnostics::process_start_info
 Specifies a set of values that are used when you start a process. More...
 
class  xtd::diagnostics::source_filter
 Indicates whether a listener should trace a message based on the source of a trace. More...
 
class  xtd::diagnostics::source_switch
 Provides a multilevel switch to control tracing and debug output without recompiling your code. More...
 
class  xtd::diagnostics::stack_frame
 Provides information about a xtd::diagnostics::stack_frame, which represents a function call on the call stack for the current thread. More...
 
class  xtd::diagnostics::stack_trace
 Represents a stack trace, which is an ordered collection of one or more stack frames. More...
 
class  xtd::diagnostics::stopwatch
 Provides a set of methods and properties that you can use to accurately measure elapsed time. More...
 
class  xtd::diagnostics::switch_base
 Provides an abstract base class to create new debugging and tracing switches. More...
 
class  xtd::diagnostics::trace
 Provides a set of methods and properties that help you debug the execution of your code. This class cannot be inherited. More...
 
class  xtd::diagnostics::trace_event_cache
 Provides trace event data specific to a thread and a process. More...
 
class  xtd::diagnostics::trace_filter
 Provides the base class for trace filter implementations. More...
 
class  xtd::diagnostics::trace_listener
 Provides the abstract base class for the listeners who monitor trace and debug output. More...
 
class  xtd::diagnostics::trace_listener_collection
 Represents a collection of xtd::diagnostics::trace_listener. More...
 
class  xtd::diagnostics::trace_source
 Provides a set of methods and properties that enable applications to trace the execution of code and associate trace messages with their source. More...
 
class  xtd::diagnostics::trace_switch
 Provides a multilevel switch to control tracing and debug output without recompiling your code. More...
 
class  xtd::distribution
 Represents information about an operating system distribution, such as the version and name. This class cannot be inherited. More...
 
class  xtd::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  xtd::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  xtd::enum_object< enum_t >
 Provides the base class for enumerations. More...
 
class  xtd::enum_object< std::nullptr_t >
 Provides the base class for enumerations. More...
 
struct  xtd::enum_register< enum_t >
 Provides the registration struct for enumerations. More...
 
struct  xtd::enum_set_attribute< enum_t >
 Provides the set attribute struct for enumerations. More...
 
class  xtd::environment
 The environment class. More...
 
class  xtd::event< object_t, handler_t >
 Represents an event. More...
 
class  xtd::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  xtd::foreground_color
 Represent foreground color output manipulator class. More...
 
class  xtd::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  xtd::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  xtd::iasync_result
 Represents the status of an asynchronous operation. More...
 
class  xtd::icomparable< type_t >
 Defines a generalized comparison method that a value type or class implements to create a type-specific comparison method. More...
 
class  xtd::iequatable< type_t >
 Defines a generalized method that a value type or class implements to create a type-specific method for determining equality of instances. More...
 
class  xtd::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  xtd::interface
 Represent an interface class. More...
 
class  xtd::invalid_cast_exception
 The exception that is thrown for invalid casting or explicit conversion. More...
 
class  xtd::invalid_operation_exception
 The exception that is thrown when a method call is invalid for the object's current state. More...
 
class  xtd::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  xtd::io::binary_reader
 Reads primitive data types as binary values in a specific encoding. More...
 
class  xtd::io::binary_writer
 Writes primitive types in binary to a stream and supports writing strings. More...
 
class  xtd::io::directory
 Exposes static methods for creating, moving, and enumerating through directories and subdirectories. This class cannot be inherited. More...
 
class  xtd::io::directory_info
 Exposes instance methods for creating, moving, and enumerating through directories and subdirectories. This class cannot be inherited. More...
 
class  xtd::io::directory_not_found_exception
 The exception that is thrown when part of a file or directory cannot be found. More...
 
class  xtd::io::drive_info
 Provides access to information on a drive. More...
 
class  xtd::io::drive_not_found_exception
 The exception that is thrown when trying to access a drive or share that is not available. More...
 
class  xtd::io::end_of_stream_exception
 The exception that is thrown when reading is attempted past the end of a stream. More...
 
class  xtd::io::file
 Provides static methods for the creation, copying, deletion, moving, and opening of files, and aids in the creation of std::fstream objects. More...
 
class  xtd::io::file_format_exception
 The exception that is thrown when the format of an argument does not meet the parameter specifications of the invoked method. More...
 
class  xtd::io::file_info
 Provides static methods for the creation, copying, deletion, moving, and opening of files, and aids in the creation of std::fstream objects. More...
 
class  xtd::io::file_load_exception
 The exception that is thrown when a managed assembly is found but cannot be loaded. More...
 
class  xtd::io::file_not_found_exception
 The exception that is thrown when an attempt to access a file that does not exist on disk fails. More...
 
class  xtd::io::file_system_info
 Provides the base class for both xtd::io::file_info and xtd::io::directory_info objects. More...
 
class  xtd::io::io_exception
 The exception that is thrown when an I/O error occurs. More...
 
class  xtd::io::null_text_reader
 Represents a null text reader. More...
 
class  xtd::io::null_text_writer
 Represents a null text writer. More...
 
class  xtd::io::path
 Performs operations on std::basic_string instances that contain file or directory path information. These operations are performed in a cross-platform manner. More...
 
class  xtd::io::path_too_long_exception
 The exception that is thrown when a path or file name is longer than the system-defined maximum length. More...
 
class  xtd::io::stream_reader
 Implements a xtd::io::text_reader that reads characters from a byte stream. More...
 
class  xtd::io::stream_writer
 Implements a xtd::io::text_writer for writing characters to a stream. More...
 
class  xtd::io::string_reader
 Implements a xtd::io::text_reader that reads from a string. More...
 
class  xtd::io::string_writer
 Implements a xtd::io::text_writer for writing characters to a string. More...
 
class  xtd::io::synchronized_text_reader
 Represents a synchronized text reader. More...
 
class  xtd::io::synchronized_text_writer
 Represents a synchronized text writer. More...
 
class  xtd::io::text_reader
 Represents a reader that can read a sequential series of characters. More...
 
class  xtd::io::text_writer
 Represents a writer that can write a sequential series of characters. More...
 
class  xtd::iobservable< type_t >
 Provides a mechanism for receiving push-based notifications. More...
 
class  xtd::iobserver< type_t >
 Provides a mechanism for receiving push-based notifications. More...
 
class  xtd::iprogress< type_t >
 Defines a provider for progress updates. More...
 
class  xtd::length_exception
 The exception that is thrown when an attempts to exceed implementation defined length limits for some object. More...
 
class  xtd::math
 Provides constants and static methods for trigonometric, logarithmic, and other common mathematical functions. More...
 
class  xtd::media::system_sound
 Represents a system sound type. More...
 
class  xtd::media::system_sounds
 Retrieves sounds associated with a set of Windows operating system sound-event types. This class cannot be inherited. More...
 
class  xtd::net::cookie_exception
 The exception that is thrown when an error is made adding a xtd::net::cookie to a xtd::net::cookie_container. More...
 
class  xtd::net::dns
 Provides simple domain name resolution functionality. More...
 
class  xtd::net::dns_end_point
 Represents a network endpoint as a host name or a string representation of an IP address and a port number. More...
 
class  xtd::net::end_point
 Identifies a network address. This is an abstract class. More...
 
class  xtd::net::ip_address
 Provides an Internet Protocol (IP) address. More...
 
class  xtd::net::ip_end_point
 Represents a network endpoint as an IP address and a port number. More...
 
class  xtd::net::ip_host_entry
 Provides a container class for Internet host address information. More...
 
class  xtd::net::network_credential
 Provides credentials for password-based authentication schemes such as basic, digest, NTLM, and Kerberos authentication. More...
 
class  xtd::net::protocol_violation_exception
 The exception that is thrown when an error is made adding a xtd::net::cookie to a xtd::net::cookie_container. More...
 
class  xtd::net::socket_address
 Stores serialized information from end_point derived classes. More...
 
class  xtd::net::sockets::ip_packet_information
 Gets the network interface information that is associated with a call to xtd::net::sockets::socket::receive_message_from or xtd::net::sockets::socket::end_receive_message_from. More...
 
class  xtd::net::sockets::ip_v6_multicast_option
 Contains option values for joining an IPv6 multicast group. More...
 
class  xtd::net::sockets::linger_option
 Specifies whether a xtd::net::sockets::socket will remain connected after a call to the xtd::net::sockets::socket::close or xtd::net::sockets::tcp_client::close methods and the length of time it will remain connected, if data remains to be sent. More...
 
class  xtd::net::sockets::multicast_option
 Contains IPAddress values used to join and drop multicast groups. More...
 
class  xtd::net::sockets::network_stream
 Provides the underlying stream of data for network access. More...
 
class  xtd::net::sockets::send_packets_element
 Represents an element in a xtd::net::sockets::send_packets_element array. More...
 
class  xtd::net::sockets::socket
 Implements the Berkeley sockets interface. More...
 
class  xtd::net::sockets::socket_async_event_args
 Represents an asynchronous socket operation. More...
 
class  xtd::net::sockets::socket_exception
 The exception that is thrown when a socket error occurs. More...
 
class  xtd::net::sockets::socket_information
 Encapsulates the information that is necessary to duplicate a xtd::net::sockets::socket. More...
 
class  xtd::net::sockets::tcp_client
 Provides client connections for TCP network services. More...
 
class  xtd::net::sockets::tcp_listener
 Listens for connections from TCP network clients. More...
 
class  xtd::net::sockets::udp_client
 Provides User Datagram Protocol (UDP) network services. More...
 
class  xtd::net::web_exception
 The exception that is thrown when an error is made adding a xtd::net::cookie to a xtd::net::cookie_container. More...
 
struct  xtd::non_const_overload< args_t >
 Represents class that use to determine one of non const overloaded methods. More...
 
class  xtd::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  xtd::not_implemented_exception
 The exception that is thrown when a requested method or operation is not implemented. More...
 
class  xtd::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  xtd::null_pointer_exception
 The exception that is thrown when there is an attempt to dereference a null object pointer. More...
 
class  xtd::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  xtd::object_closed_exception
 The exception that is thrown when one of the arguments provided to a method is not valid. More...
 
class  xtd::operating_system
 Represents information about an operating system, such as the version and platform identifier. This class cannot be inherited. More...
 
class  xtd::operation_canceled_exception
 The exception that is thrown in a thread upon cancellation of an operation that the thread was executing. More...
 
class  xtd::overflow_exception
 The exception that is thrown when an arithmetic, casting, or conversion operation in a checked context results in an overflow. More...
 
struct  xtd::overload< args_t >
 Represents class that use to determine one of const and non const overloaded methods. More...
 
class  xtd::platform_not_supported_exception
 The exception that is thrown when a feature does not run on a particular platform. More...
 
class  xtd::processor
 Represents information about a processor, such as the architecture. This class cannot be inherited. More...
 
class  xtd::random
 Represents a pseudo-random number generator, a device that produces a sequence of numbers that meet certain statistical requirements for randomness. More...
 
class  xtd::reflection::assembly
 Represents an assembly, which is a reusable, versionable, and self-describing building block of a common language runtime application. More...
 
class  xtd::reflection::assembly_company_attribute
 Defines a company name custom attribute for an assembly manifest. More...
 
class  xtd::reflection::assembly_configuration_attribute
 Specifies the build configuration, such as retail or debug, for an assembly. More...
 
class  xtd::reflection::assembly_copyright_attribute
 Defines a copyright custom attribute for an assembly manifest. More...
 
class  xtd::reflection::assembly_culture_attribute
 Specifies which culture the assembly supports. More...
 
class  xtd::reflection::assembly_description_attribute
 Provides a text description for an assembly. More...
 
class  xtd::reflection::assembly_file_version_attribute
 Instructs a compiler to use a specific version number for the Win32 file version resource. The Win32 file version is not required to be the same as the assembly's version number. More...
 
class  xtd::reflection::assembly_guid_attribute
 Specifies the guid of the assembly being attributed. More...
 
class  xtd::reflection::assembly_identifier_attribute
 Specifies the identifier of the assembly being attributed. More...
 
class  xtd::reflection::assembly_name_attribute
 Specifies a name for an assembly. More...
 
class  xtd::reflection::assembly_product_attribute
 Defines a product name custom attribute for an assembly manifest. More...
 
class  xtd::reflection::assembly_title_attribute
 Specifies a title for an assembly. More...
 
class  xtd::reflection::assembly_trademark_attribute
 Defines a trademark custom attribute for an assembly manifest. More...
 
class  xtd::reflection::assembly_version_attribute
 Specifies the version of the assembly being attributed. More...
 
class  xtd::reset_color
 Represent reset color output manipulator class. More...
 
class  xtd::security::secure_string
 Represents text that should be kept confidential, such as by deleting it from computer memory when no longer needed. This class cannot be inherited. More...
 
class  xtd::security::security_exception
 The exception that is thrown when an I/O error occurs. More...
 
class  xtd::signal_cancel_event_args
 Provides data for the environment signal event. This class cannot be inherited. More...
 
class  xtd::speech::synthesis::prompt
 Represents information about what can be rendered, either text or an audio file, by the xtd::speech::synthesis::speech_synthesizer. More...
 
class  xtd::speech::synthesis::prompt_event_args
 Provides data for the method_name_completed event. More...
 
class  xtd::speech::synthesis::speech_synthesizer
 Provides access to the functionality of an installed speech synthesis engine. More...
 
class  xtd::speech::synthesis::state_changed_event_args
 Returns data from the xtd::speech::synthesis::speech_synthesizer::state_changed event. More...
 
class  xtd::static_object
 Represent a static object. A static class can't be instantiated (constructors are deleted). More...
 
class  xtd::system_exception
 Defines the base class for predefined exceptions in the xtd namespace. More...
 
class  xtd::target_type
 Represents information about target type, such as the target identifier. This class cannot be inherited. More...
 
class  xtd::threading::interlocked
 Provides atomic operations for variables that are shared by multiple threads. More...
 
class  xtd::time_out_exception
 The exception that is thrown when the time allotted for a process or operation has expired. More...
 
class  xtd::time_zone_not_found_exception
 The exception that is thrown when the time allotted for a process or operation has expired. More...
 
class  xtd::tracestreambuf
 Provides an std::stringbuf for xtd::diagnostics::trace. More...
 
class  xtd::translator
 Represents translator class. This class cannot be inherited. More...
 
class  xtd::unauthorized_access_exception
 The exception that is thrown when one of the arguments provided to a method is not valid. More...
 
class  xtd::underflow_exception
 The exception that is thrown when an arithmetic, casting, or conversion operation in a checked context results in an underflow. More...
 
class  xtd::uri
 Provides an object representation of a uniform resource identifier (URI) and easy access to the parts of the URI. More...
 
class  xtd::uri_format_exception
 The exception that is thrown when an invalid Uniform Resource Identifier (URI) is detected. More...
 
class  xtd::uri_template_match_exception
 Represents an error when matching a Uri to a UriTemplateTable. More...
 
class  xtd::ustring
 Represents text as a sequence of UTF-8 code units. More...
 
class  xtd::version
 Represents the version number of an assembly, operating system, or the xtd. This class cannot be inherited. More...
 
class  xtd::xml_syntax_exception
 The exception that is thrown when there is a syntax error in XML parsing. More...
 

Macros

#define add_last_arg_to_command_(command, last_arg, ...)
 Adds last argument to a command with variadic arguments.
 
#define const_overload_
 Helper keyword that use to determine one of const overloaded methods.
 
#define non_const_overload_
 Helper keyword that use to determine one of non const overloaded methods.
 
#define overload_
 Helper keyword that use to determine one of const and non const overloaded methods.
 

Typedefs

template<typename... arguments_t>
using xtd::action = delegate< void(arguments_t...)>
 Represents a xtd::delegate that has variable parameters and does not return a value.
 
using xtd::async_callback = delegate< void(std::shared_ptr< xtd::iasync_result > ar)>
 References a method to be called when a corresponding asynchronous operation completes.
 
template<typename result_t , typename... arguments_t>
using xtd::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.
 
template<typename type_t >
using xtd::predicate = delegate< bool(type_t)>
 Represents a delegate that defines a set of criteria and determines whether the specified object meets those criteria.
 

Enumerations

enum class  xtd::net::sockets::address_family {
  xtd::net::sockets::address_family::unknown ,
  xtd::net::sockets::address_family::unspecified ,
  xtd::net::sockets::address_family::unix ,
  xtd::net::sockets::address_family::inter_network ,
  xtd::net::sockets::address_family::imp_link ,
  xtd::net::sockets::address_family::pup ,
  xtd::net::sockets::address_family::chaos ,
  xtd::net::sockets::address_family::ns ,
  xtd::net::sockets::address_family::ipx ,
  xtd::net::sockets::address_family::iso ,
  xtd::net::sockets::address_family::osi ,
  xtd::net::sockets::address_family::ecma ,
  xtd::net::sockets::address_family::data_kit ,
  xtd::net::sockets::address_family::ccitt ,
  xtd::net::sockets::address_family::sna ,
  xtd::net::sockets::address_family::dec_net ,
  xtd::net::sockets::address_family::data_link ,
  xtd::net::sockets::address_family::lat ,
  xtd::net::sockets::address_family::hyper_channel ,
  xtd::net::sockets::address_family::apple_talk ,
  xtd::net::sockets::address_family::net_bios ,
  xtd::net::sockets::address_family::voice_view ,
  xtd::net::sockets::address_family::fire_fox ,
  xtd::net::sockets::address_family::banyan ,
  xtd::net::sockets::address_family::atm ,
  xtd::net::sockets::address_family::inter_network_v6 ,
  xtd::net::sockets::address_family::cluster ,
  xtd::net::sockets::address_family::ieee12844 ,
  xtd::net::sockets::address_family::irda ,
  xtd::net::sockets::address_family::network_designers ,
  xtd::net::sockets::address_family::max
}
 Specifies the addressing scheme that an instance of the xtd::net::sockets::socket class can use. More...
 
enum class  xtd::architecture_id {
  xtd::architecture_id::unknown ,
  xtd::architecture_id::x86 ,
  xtd::architecture_id::arm
}
 Identifies the processor architecture, supported by an assembly. More...
 
enum class  xtd::diagnostics::assert_dialog_result {
  xtd::diagnostics::assert_dialog_result::abort ,
  xtd::diagnostics::assert_dialog_result::retry ,
  xtd::diagnostics::assert_dialog_result::ignore
}
 Specifies identifiers to indicate the return value of an assert dialog box. More...
 
enum class  xtd::build_type {
  xtd::build_type::debug ,
  xtd::build_type::release
}
 Identifies the build type. More...
 
enum class  xtd::compiler_id {
  xtd::compiler_id::unknown ,
  xtd::compiler_id::microsoft_visual_studio ,
  xtd::compiler_id::clang ,
  xtd::compiler_id::gcc
}
 Identifies the compiler, supported by an assembly. More...
 
enum class  xtd::console_color {
  xtd::console_color::black ,
  xtd::console_color::dark_blue ,
  xtd::console_color::dark_green ,
  xtd::console_color::dark_cyan ,
  xtd::console_color::dark_red ,
  xtd::console_color::dark_magenta ,
  xtd::console_color::dark_yellow ,
  xtd::console_color::gray ,
  xtd::console_color::dark_gray ,
  xtd::console_color::blue ,
  xtd::console_color::green ,
  xtd::console_color::cyan ,
  xtd::console_color::red ,
  xtd::console_color::magenta ,
  xtd::console_color::yellow ,
  xtd::console_color::white
}
 Specifies constants that define foreground and background colors for the console. More...
 
enum class  xtd::console_key {
  xtd::console_key::backspace ,
  xtd::console_key::tab ,
  xtd::console_key::clear ,
  xtd::console_key::enter ,
  xtd::console_key::pause ,
  xtd::console_key::caps_lock ,
  xtd::console_key::escape ,
  xtd::console_key::spacebar ,
  xtd::console_key::page_up ,
  xtd::console_key::page_down ,
  xtd::console_key::end ,
  xtd::console_key::home ,
  xtd::console_key::left_arrow ,
  xtd::console_key::up_arrow ,
  xtd::console_key::right_arrow ,
  xtd::console_key::down_arrow ,
  xtd::console_key::select ,
  xtd::console_key::print ,
  xtd::console_key::execute ,
  xtd::console_key::print_screen ,
  xtd::console_key::insert ,
  xtd::console_key::del ,
  xtd::console_key::help ,
  xtd::console_key::d0 ,
  xtd::console_key::d1 ,
  xtd::console_key::d2 ,
  xtd::console_key::d3 ,
  xtd::console_key::d4 ,
  xtd::console_key::d5 ,
  xtd::console_key::d6 ,
  xtd::console_key::d7 ,
  xtd::console_key::d8 ,
  xtd::console_key::d9 ,
  xtd::console_key::a ,
  xtd::console_key::b ,
  xtd::console_key::c ,
  xtd::console_key::d ,
  xtd::console_key::e ,
  xtd::console_key::f ,
  xtd::console_key::g ,
  xtd::console_key::h ,
  xtd::console_key::i ,
  xtd::console_key::j ,
  xtd::console_key::k ,
  xtd::console_key::l ,
  xtd::console_key::m ,
  xtd::console_key::n ,
  xtd::console_key::o ,
  xtd::console_key::p ,
  xtd::console_key::q ,
  xtd::console_key::r ,
  xtd::console_key::s ,
  xtd::console_key::t ,
  xtd::console_key::u ,
  xtd::console_key::v ,
  xtd::console_key::w ,
  xtd::console_key::x ,
  xtd::console_key::y ,
  xtd::console_key::z ,
  xtd::console_key::left_windows ,
  xtd::console_key::right_windows ,
  xtd::console_key::applications ,
  xtd::console_key::sleep ,
  xtd::console_key::num_pad_0 ,
  xtd::console_key::num_pad_1 ,
  xtd::console_key::num_pad_2 ,
  xtd::console_key::num_pad_3 ,
  xtd::console_key::num_pad_4 ,
  xtd::console_key::num_pad_5 ,
  xtd::console_key::num_pad_6 ,
  xtd::console_key::num_pad_7 ,
  xtd::console_key::num_pad_8 ,
  xtd::console_key::num_pad_9 ,
  xtd::console_key::multiply ,
  xtd::console_key::add ,
  xtd::console_key::separator ,
  xtd::console_key::subtract ,
  xtd::console_key::decimal ,
  xtd::console_key::divide ,
  xtd::console_key::f1 ,
  xtd::console_key::f2 ,
  xtd::console_key::f3 ,
  xtd::console_key::f4 ,
  xtd::console_key::f5 ,
  xtd::console_key::f6 ,
  xtd::console_key::f7 ,
  xtd::console_key::f8 ,
  xtd::console_key::f9 ,
  xtd::console_key::f10 ,
  xtd::console_key::f11 ,
  xtd::console_key::f12 ,
  xtd::console_key::f13 ,
  xtd::console_key::f14 ,
  xtd::console_key::f15 ,
  xtd::console_key::f16 ,
  xtd::console_key::f17 ,
  xtd::console_key::f18 ,
  xtd::console_key::f19 ,
  xtd::console_key::f20 ,
  xtd::console_key::f21 ,
  xtd::console_key::f22 ,
  xtd::console_key::f23 ,
  xtd::console_key::f24 ,
  xtd::console_key::browser_back ,
  xtd::console_key::browser_forward ,
  xtd::console_key::browser_refresh ,
  xtd::console_key::browser_stop ,
  xtd::console_key::browser_search ,
  xtd::console_key::browser_favorites ,
  xtd::console_key::browser_home ,
  xtd::console_key::volume_mute ,
  xtd::console_key::volume_down ,
  xtd::console_key::volume_up ,
  xtd::console_key::media_next ,
  xtd::console_key::media_previous ,
  xtd::console_key::media_stop ,
  xtd::console_key::media_play ,
  xtd::console_key::launch_mail ,
  xtd::console_key::launch_media_select ,
  xtd::console_key::launch_app1 ,
  xtd::console_key::launch_app2 ,
  xtd::console_key::oem1 ,
  xtd::console_key::oem_plus ,
  xtd::console_key::oem_comma ,
  xtd::console_key::oem_minus ,
  xtd::console_key::oem_period ,
  xtd::console_key::oem2 ,
  xtd::console_key::oem3 ,
  xtd::console_key::oem4 ,
  xtd::console_key::oem5 ,
  xtd::console_key::oem6 ,
  xtd::console_key::oem7 ,
  xtd::console_key::oem8 ,
  xtd::console_key::oem102 ,
  xtd::console_key::process ,
  xtd::console_key::packet ,
  xtd::console_key::attention ,
  xtd::console_key::cr_sel ,
  xtd::console_key::ex_sel ,
  xtd::console_key::erase_end_of_file ,
  xtd::console_key::play ,
  xtd::console_key::zoom ,
  xtd::console_key::no_name ,
  xtd::console_key::pa1 ,
  xtd::console_key::oem_clear
}
 Specifies the standard keys on a console. More...
 
enum class  xtd::console_modifiers {
  xtd::console_modifiers::alt ,
  xtd::console_modifiers::shift ,
  xtd::console_modifiers::control
}
 Represents the SHIFT, ALT, and CTRL modifier keys on a keyboard. More...
 
enum class  xtd::console_special_key {
  xtd::console_special_key::control_break ,
  xtd::console_special_key::control_c ,
  xtd::console_special_key::control_backslash ,
  xtd::console_special_key::control_z
}
 Specifies combinations of modifier and console keys that can interrupt the current process. More...
 
enum class  xtd::date_time_kind {
  xtd::date_time_kind::unspecified ,
  xtd::date_time_kind::utc ,
  xtd::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 class  xtd::day_of_week {
  xtd::day_of_week::sunday ,
  xtd::day_of_week::monday ,
  xtd::day_of_week::tuesday ,
  xtd::day_of_week::wednesday ,
  xtd::day_of_week::thursday ,
  xtd::day_of_week::friday ,
  xtd::day_of_week::saturday
}
 Specifies the day of the week. More...
 
enum class  xtd::enum_attribute {
  xtd::enum_attribute::standard ,
  xtd::enum_attribute::flags
}
 Specifies the enum attribute. More...
 
enum class  xtd::environment_variable_target {
  xtd::environment_variable_target::process ,
  xtd::environment_variable_target::user ,
  xtd::environment_variable_target::machine
}
 Specifies the location where an environment variable is stored or retrieved in a set or get operation. More...
 
enum class  xtd::io::file_access {
  xtd::io::file_access::read ,
  xtd::io::file_access::write ,
  xtd::io::file_access::read_write
}
 Defines constants for read, write, or read/write access to a file. This enumeration has a flags attribute that allows a bitwise combination of its member values. More...
 
enum class  xtd::io::file_attributes {
  xtd::io::file_attributes::read_only ,
  xtd::io::file_attributes::hidden ,
  xtd::io::file_attributes::system ,
  xtd::io::file_attributes::directory ,
  xtd::io::file_attributes::archive ,
  xtd::io::file_attributes::device ,
  xtd::io::file_attributes::normal ,
  xtd::io::file_attributes::temporary ,
  xtd::io::file_attributes::sparse_file ,
  xtd::io::file_attributes::reparse_point ,
  xtd::io::file_attributes::compressed ,
  xtd::io::file_attributes::offline ,
  xtd::io::file_attributes::not_content_indexed ,
  xtd::io::file_attributes::encrypted
}
 Provides attributes for files and directories. More...
 
enum class  xtd::io::file_permissions {
  xtd::io::file_permissions::none ,
  xtd::io::file_permissions::owner_read ,
  xtd::io::file_permissions::owner_write ,
  xtd::io::file_permissions::owner_execute ,
  xtd::io::file_permissions::owner_all ,
  xtd::io::file_permissions::group_read ,
  xtd::io::file_permissions::group_write ,
  xtd::io::file_permissions::group_execute ,
  xtd::io::file_permissions::group_all ,
  xtd::io::file_permissions::others_read ,
  xtd::io::file_permissions::others_write ,
  xtd::io::file_permissions::others_execute ,
  xtd::io::file_permissions::others_all ,
  xtd::io::file_permissions::all ,
  xtd::io::file_permissions::set_uid ,
  xtd::io::file_permissions::set_gid ,
  xtd::io::file_permissions::sticky_bit ,
  xtd::io::file_permissions::mask ,
  xtd::io::file_permissions::unknown
}
 Provides permissions for files and directories. More...
 
enum class  xtd::net::sockets::io_control_code : uint64 {
  xtd::net::sockets::io_control_code::enable_circular_queuing ,
  xtd::net::sockets::io_control_code::flush ,
  xtd::net::sockets::io_control_code::address_list_change ,
  xtd::net::sockets::io_control_code::data_to_read ,
  xtd::net::sockets::io_control_code::oob_data_read ,
  xtd::net::sockets::io_control_code::get_broadcast_address ,
  xtd::net::sockets::io_control_code::address_list_query ,
  xtd::net::sockets::io_control_code::query_target_pnp_handle ,
  xtd::net::sockets::io_control_code::async_io ,
  xtd::net::sockets::io_control_code::non_blocking_io ,
  xtd::net::sockets::io_control_code::associate_handle ,
  xtd::net::sockets::io_control_code::multipoint_loopback ,
  xtd::net::sockets::io_control_code::multicast_scope ,
  xtd::net::sockets::io_control_code::set_qos ,
  xtd::net::sockets::io_control_code::set_group_qos ,
  xtd::net::sockets::io_control_code::routing_interface_change ,
  xtd::net::sockets::io_control_code::namespace_change ,
  xtd::net::sockets::io_control_code::receive_all ,
  xtd::net::sockets::io_control_code::receive_all_multicast ,
  xtd::net::sockets::io_control_code::receive_all_igmp_multicast ,
  xtd::net::sockets::io_control_code::keep_alive_values ,
  xtd::net::sockets::io_control_code::absorb_router_alert ,
  xtd::net::sockets::io_control_code::unicast_interface ,
  xtd::net::sockets::io_control_code::limit_broadcasts ,
  xtd::net::sockets::io_control_code::bind_to_interface ,
  xtd::net::sockets::io_control_code::multicast_interface ,
  xtd::net::sockets::io_control_code::add_multicast_group_on_interface ,
  xtd::net::sockets::io_control_code::delete_multicast_group_from_interface ,
  xtd::net::sockets::io_control_code::get_extension_function_pointer ,
  xtd::net::sockets::io_control_code::get_qos ,
  xtd::net::sockets::io_control_code::get_group_qos ,
  xtd::net::sockets::io_control_code::translate_handle ,
  xtd::net::sockets::io_control_code::routing_interface_query ,
  xtd::net::sockets::io_control_code::address_list_sort
}
 Specifies the IO control codes supported by the xtd::net::sockets::socket::io_control method. More...
 
enum class  xtd::net::sockets::ip_protection_level {
  xtd::net::sockets::ip_protection_level::unspecified ,
  xtd::net::sockets::ip_protection_level::unrestricted ,
  xtd::net::sockets::ip_protection_level::edge_restricted ,
  xtd::net::sockets::ip_protection_level::restricted
}
 A value that enables restriction of an IPv6 socket to a specified scope, such as addresses with the same link local or site local prefix. More...
 
enum class  xtd::language_id {
  xtd::language_id::unknown ,
  xtd::language_id::cpp_pre98 ,
  xtd::language_id::cpp98 ,
  xtd::language_id::cpp11 ,
  xtd::language_id::cpp14 ,
  xtd::language_id::cpp17 ,
  xtd::language_id::cpp20 ,
  xtd::language_id::cpp23
}
 Identifies the c++ language used by assembly. More...
 
enum class  xtd::month_of_year {
  xtd::month_of_year::january ,
  xtd::month_of_year::february ,
  xtd::month_of_year::march ,
  xtd::month_of_year::april ,
  xtd::month_of_year::may ,
  xtd::month_of_year::june ,
  xtd::month_of_year::july ,
  xtd::month_of_year::august ,
  xtd::month_of_year::september ,
  xtd::month_of_year::october ,
  xtd::month_of_year::november ,
  xtd::month_of_year::december
}
 Specifies the month of the year. More...
 
enum class  xtd::number_styles {
  xtd::number_styles::none ,
  xtd::number_styles::allow_leading_white ,
  xtd::number_styles::allow_trailing_white ,
  xtd::number_styles::allow_leading_sign ,
  xtd::number_styles::allow_trailing_sign ,
  xtd::number_styles::allow_parentheses ,
  xtd::number_styles::allow_decimal_point ,
  xtd::number_styles::allow_thousands ,
  xtd::number_styles::allow_exponent ,
  xtd::number_styles::allow_currency_symbol ,
  xtd::number_styles::allow_hex_specifier ,
  xtd::number_styles::allow_binary_specifier ,
  xtd::number_styles::allow_octal_specifier ,
  xtd::number_styles::integer ,
  xtd::number_styles::number ,
  xtd::number_styles::fixed_point ,
  xtd::number_styles::currency ,
  xtd::number_styles::any ,
  xtd::number_styles::hex_number ,
  xtd::number_styles::binary_number ,
  xtd::number_styles::octal_number
}
 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 class  xtd::platform_id {
  xtd::platform_id::unknown ,
  xtd::platform_id::win32s ,
  xtd::platform_id::win32_windows ,
  xtd::platform_id::win32_nt ,
  xtd::platform_id::win_ce ,
  xtd::platform_id::unix ,
  xtd::platform_id::xbox ,
  xtd::platform_id::macos ,
  xtd::platform_id::ios ,
  xtd::platform_id::android ,
  xtd::platform_id::linux ,
  xtd::platform_id::tvos ,
  xtd::platform_id::watchos ,
  xtd::platform_id::other
}
 Identifies the operating system, or platform, supported by an assembly. More...
 
enum class  xtd::diagnostics::process_priority_class {
  xtd::diagnostics::process_priority_class::normal ,
  xtd::diagnostics::process_priority_class::idle ,
  xtd::diagnostics::process_priority_class::high ,
  xtd::diagnostics::process_priority_class::real_time ,
  xtd::diagnostics::process_priority_class::below_normal ,
  xtd::diagnostics::process_priority_class::above_normal
}
 Indicates the priority that the system associates with a process. This value, together with the priority value of each thread of the process, determines each thread's base priority level. More...
 
enum class  xtd::diagnostics::process_window_style {
  xtd::diagnostics::process_window_style::normal ,
  xtd::diagnostics::process_window_style::hidden ,
  xtd::diagnostics::process_window_style::minimized ,
  xtd::diagnostics::process_window_style::maximized
}
 Specified how a new window should appear when the system starts a process. More...
 
enum class  xtd::net::sockets::protocol_family {
  xtd::net::sockets::protocol_family::unknown ,
  xtd::net::sockets::protocol_family::unspecified ,
  xtd::net::sockets::protocol_family::unix ,
  xtd::net::sockets::protocol_family::inter_network ,
  xtd::net::sockets::protocol_family::imp_link ,
  xtd::net::sockets::protocol_family::pup ,
  xtd::net::sockets::protocol_family::chaos ,
  xtd::net::sockets::protocol_family::ns ,
  xtd::net::sockets::protocol_family::ipx ,
  xtd::net::sockets::protocol_family::iso ,
  xtd::net::sockets::protocol_family::osi ,
  xtd::net::sockets::protocol_family::ecma ,
  xtd::net::sockets::protocol_family::data_kit ,
  xtd::net::sockets::protocol_family::ccitt ,
  xtd::net::sockets::protocol_family::sna ,
  xtd::net::sockets::protocol_family::dec_net ,
  xtd::net::sockets::protocol_family::data_link ,
  xtd::net::sockets::protocol_family::lat ,
  xtd::net::sockets::protocol_family::hyper_channel ,
  xtd::net::sockets::protocol_family::apple_talk ,
  xtd::net::sockets::protocol_family::net_bios ,
  xtd::net::sockets::protocol_family::voice_view ,
  xtd::net::sockets::protocol_family::fire_fox ,
  xtd::net::sockets::protocol_family::banyan ,
  xtd::net::sockets::protocol_family::atm ,
  xtd::net::sockets::protocol_family::inter_network_v6 ,
  xtd::net::sockets::protocol_family::cluster ,
  xtd::net::sockets::protocol_family::ieee12844 ,
  xtd::net::sockets::protocol_family::irda ,
  xtd::net::sockets::protocol_family::network_designers ,
  xtd::net::sockets::protocol_family::max
}
 Specifies the type of protocol that an instance of the xtd::net::sockets::socket class can use. More...
 
enum class  xtd::net::sockets::protocol_type {
  xtd::net::sockets::protocol_type::unknown ,
  xtd::net::sockets::protocol_type::ip_v6_hop_by_hop_options ,
  xtd::net::sockets::protocol_type::unspecified ,
  xtd::net::sockets::protocol_type::ip ,
  xtd::net::sockets::protocol_type::icmp ,
  xtd::net::sockets::protocol_type::igmp ,
  xtd::net::sockets::protocol_type::ggp ,
  xtd::net::sockets::protocol_type::ip_v4 ,
  xtd::net::sockets::protocol_type::tcp ,
  xtd::net::sockets::protocol_type::pup ,
  xtd::net::sockets::protocol_type::udp ,
  xtd::net::sockets::protocol_type::idp ,
  xtd::net::sockets::protocol_type::ip_v6 ,
  xtd::net::sockets::protocol_type::ip_v6_routing_header ,
  xtd::net::sockets::protocol_type::ip_v6_fragment_header ,
  xtd::net::sockets::protocol_type::ip_sec_encapsulating_security_payload ,
  xtd::net::sockets::protocol_type::ip_sec_authentication_header ,
  xtd::net::sockets::protocol_type::icmp_v6 ,
  xtd::net::sockets::protocol_type::ip_v6_no_next_header ,
  xtd::net::sockets::protocol_type::ip_v6_destination_options ,
  xtd::net::sockets::protocol_type::nd ,
  xtd::net::sockets::protocol_type::raw ,
  xtd::net::sockets::protocol_type::ipx ,
  xtd::net::sockets::protocol_type::spx ,
  xtd::net::sockets::protocol_type::spx_2
}
 Specifies the protocols that the xtd::net::sockets::socket class supports. More...
 
enum class  xtd::io::search_option {
  xtd::io::search_option::top_directory_only ,
  xtd::io::search_option::all_directories
}
 Specifies whether to search the current directory, or the current directory and all subdirectories. More...
 
enum class  xtd::net::sockets::select_mode {
  xtd::net::sockets::select_mode::select_read ,
  xtd::net::sockets::select_mode::select_write ,
  xtd::net::sockets::select_mode::select_error
}
 Defines the polling modes for the xtd::net::sockets::socket::poll method. More...
 
enum class  xtd::signal {
  xtd::signal::abnormal_termination ,
  xtd::signal::floating_point_exception ,
  xtd::signal::illegal_instruction ,
  xtd::signal::interrupt ,
  xtd::signal::segmentation_violation ,
  xtd::signal::software_termination
}
 Specifies signals that can interrupt the current process. More...
 
enum class  xtd::net::sockets::socket_async_operation {
  xtd::net::sockets::socket_async_operation::none ,
  xtd::net::sockets::socket_async_operation::accept ,
  xtd::net::sockets::socket_async_operation::connect ,
  xtd::net::sockets::socket_async_operation::disconnect ,
  xtd::net::sockets::socket_async_operation::receive ,
  xtd::net::sockets::socket_async_operation::receive_from ,
  xtd::net::sockets::socket_async_operation::receive_message_from ,
  xtd::net::sockets::socket_async_operation::send ,
  xtd::net::sockets::socket_async_operation::send_packets ,
  xtd::net::sockets::socket_async_operation::send_to
}
 The type of asynchronous socket operation most recently performed with this context object. More...
 
enum class  xtd::net::sockets::socket_error {
  xtd::net::sockets::socket_error::sock_error ,
  xtd::net::sockets::socket_error::success ,
  xtd::net::sockets::socket_error::operation_aborted ,
  xtd::net::sockets::socket_error::io_pending ,
  xtd::net::sockets::socket_error::interrupted ,
  xtd::net::sockets::socket_error::access_denied ,
  xtd::net::sockets::socket_error::fault ,
  xtd::net::sockets::socket_error::invalid_argument ,
  xtd::net::sockets::socket_error::too_many_open_sockets ,
  xtd::net::sockets::socket_error::would_block ,
  xtd::net::sockets::socket_error::in_progress ,
  xtd::net::sockets::socket_error::already_in_progress ,
  xtd::net::sockets::socket_error::not_socket ,
  xtd::net::sockets::socket_error::destination_address_required ,
  xtd::net::sockets::socket_error::message_size ,
  xtd::net::sockets::socket_error::protocol_type ,
  xtd::net::sockets::socket_error::protocol_option ,
  xtd::net::sockets::socket_error::protocol_not_supported ,
  xtd::net::sockets::socket_error::socket_not_supported ,
  xtd::net::sockets::socket_error::operation_not_supported ,
  xtd::net::sockets::socket_error::protocol_family_not_supported ,
  xtd::net::sockets::socket_error::address_family_not_supported ,
  xtd::net::sockets::socket_error::address_already_in_use ,
  xtd::net::sockets::socket_error::address_not_available ,
  xtd::net::sockets::socket_error::network_down ,
  xtd::net::sockets::socket_error::network_unreachable ,
  xtd::net::sockets::socket_error::network_reset ,
  xtd::net::sockets::socket_error::connection_aborted ,
  xtd::net::sockets::socket_error::connection_reset ,
  xtd::net::sockets::socket_error::no_buffer_space_available ,
  xtd::net::sockets::socket_error::is_connected ,
  xtd::net::sockets::socket_error::not_connected ,
  xtd::net::sockets::socket_error::shutdown ,
  xtd::net::sockets::socket_error::timed_out ,
  xtd::net::sockets::socket_error::connection_refused ,
  xtd::net::sockets::socket_error::host_down ,
  xtd::net::sockets::socket_error::host_unreachable ,
  xtd::net::sockets::socket_error::process_limit ,
  xtd::net::sockets::socket_error::system_not_ready ,
  xtd::net::sockets::socket_error::version_not_supported ,
  xtd::net::sockets::socket_error::not_initialized ,
  xtd::net::sockets::socket_error::disconnecting ,
  xtd::net::sockets::socket_error::type_not_found ,
  xtd::net::sockets::socket_error::host_not_found ,
  xtd::net::sockets::socket_error::try_again ,
  xtd::net::sockets::socket_error::no_recovery ,
  xtd::net::sockets::socket_error::no_data
}
 Defines error codes for the xtd::net::sockets::socket class. More...
 
enum class  xtd::net::sockets::socket_flags {
  xtd::net::sockets::socket_flags::none ,
  xtd::net::sockets::socket_flags::out_of_band ,
  xtd::net::sockets::socket_flags::peek ,
  xtd::net::sockets::socket_flags::dont_route ,
  xtd::net::sockets::socket_flags::max_io_vector_length ,
  xtd::net::sockets::socket_flags::truncated ,
  xtd::net::sockets::socket_flags::control_data_truncated ,
  xtd::net::sockets::socket_flags::broadcast ,
  xtd::net::sockets::socket_flags::multicast ,
  xtd::net::sockets::socket_flags::partial
}
 Specifies socket send and receive behaviors. This enumeration has a flags attribute that allows a bitwise combination of its member values. More...
 
enum class  xtd::net::sockets::socket_information_options {
  xtd::net::sockets::socket_information_options::none ,
  xtd::net::sockets::socket_information_options::non_blocking ,
  xtd::net::sockets::socket_information_options::connected ,
  xtd::net::sockets::socket_information_options::listening ,
  xtd::net::sockets::socket_information_options::use_only_overlapped_io
}
 Describes states for a xtd::net::sockets::socket. This enumeration has a flags attribute that allows a bitwise combination of its member values. More...
 
enum class  xtd::net::sockets::socket_option_level {
  xtd::net::sockets::socket_option_level::socket ,
  xtd::net::sockets::socket_option_level::ip ,
  xtd::net::sockets::socket_option_level::ip_v6 ,
  xtd::net::sockets::socket_option_level::tcp ,
  xtd::net::sockets::socket_option_level::udp
}
 Defines socket option levels for the xtd::net::sockets::socket::set_socket_option and xtd::net::sockets::socket::get_socket_option methods. More...
 
enum class  xtd::net::sockets::socket_option_name {
  xtd::net::sockets::socket_option_name::debug ,
  xtd::net::sockets::socket_option_name::accept_connection ,
  xtd::net::sockets::socket_option_name::reuse_address ,
  xtd::net::sockets::socket_option_name::keep_alive ,
  xtd::net::sockets::socket_option_name::dont_route ,
  xtd::net::sockets::socket_option_name::broadcast ,
  xtd::net::sockets::socket_option_name::use_loopback ,
  xtd::net::sockets::socket_option_name::linger ,
  xtd::net::sockets::socket_option_name::out_of_band_inline ,
  xtd::net::sockets::socket_option_name::dont_linger ,
  xtd::net::sockets::socket_option_name::exclusive_address_use ,
  xtd::net::sockets::socket_option_name::send_buffer ,
  xtd::net::sockets::socket_option_name::receive_buffer ,
  xtd::net::sockets::socket_option_name::send_low_water ,
  xtd::net::sockets::socket_option_name::receive_low_water ,
  xtd::net::sockets::socket_option_name::send_timeout ,
  xtd::net::sockets::socket_option_name::receive_timeout ,
  xtd::net::sockets::socket_option_name::error ,
  xtd::net::sockets::socket_option_name::type ,
  xtd::net::sockets::socket_option_name::max_connections ,
  xtd::net::sockets::socket_option_name::ip_options ,
  xtd::net::sockets::socket_option_name::header_included ,
  xtd::net::sockets::socket_option_name::type_of_service ,
  xtd::net::sockets::socket_option_name::ip_time_to_live ,
  xtd::net::sockets::socket_option_name::multicast_interface ,
  xtd::net::sockets::socket_option_name::multicast_time_to_live ,
  xtd::net::sockets::socket_option_name::multicast_loopback ,
  xtd::net::sockets::socket_option_name::add_membership ,
  xtd::net::sockets::socket_option_name::drop_membership ,
  xtd::net::sockets::socket_option_name::dont_fragment ,
  xtd::net::sockets::socket_option_name::add_source_membership ,
  xtd::net::sockets::socket_option_name::drop_source_membership ,
  xtd::net::sockets::socket_option_name::block_source ,
  xtd::net::sockets::socket_option_name::unblock_source ,
  xtd::net::sockets::socket_option_name::packet_information ,
  xtd::net::sockets::socket_option_name::hop_limit ,
  xtd::net::sockets::socket_option_name::ip_protection_level ,
  xtd::net::sockets::socket_option_name::ip_v6_only ,
  xtd::net::sockets::socket_option_name::no_delay ,
  xtd::net::sockets::socket_option_name::bsd_urgent ,
  xtd::net::sockets::socket_option_name::expedited ,
  xtd::net::sockets::socket_option_name::no_checksum ,
  xtd::net::sockets::socket_option_name::checksum_coverage ,
  xtd::net::sockets::socket_option_name::update_accept_context ,
  xtd::net::sockets::socket_option_name::update_connect_context
}
 Defines configuration option names. More...
 
enum class  xtd::net::sockets::socket_shutdown {
  xtd::net::sockets::socket_shutdown::receive ,
  xtd::net::sockets::socket_shutdown::send ,
  xtd::net::sockets::socket_shutdown::both
}
 Defines constants that are used by the xtd::net::sockets::socket::shutdown method. More...
 
enum class  xtd::net::sockets::socket_type {
  xtd::net::sockets::socket_type::unknown ,
  xtd::net::sockets::socket_type::stream ,
  xtd::net::sockets::socket_type::dgram ,
  xtd::net::sockets::socket_type::raw ,
  xtd::net::sockets::socket_type::rdm ,
  xtd::net::sockets::socket_type::seqpacket
}
 Specifies the type of socket that an instance of the xtd::net::sockets::socket class represents. More...
 
enum class  xtd::diagnostics::source_levels {
  xtd::diagnostics::source_levels::all ,
  xtd::diagnostics::source_levels::off ,
  xtd::diagnostics::source_levels::critical ,
  xtd::diagnostics::source_levels::error ,
  xtd::diagnostics::source_levels::warning ,
  xtd::diagnostics::source_levels::information ,
  xtd::diagnostics::source_levels::verbose ,
  xtd::diagnostics::source_levels::activity_tracing
}
 Specifies the levels of trace messages filtered by the source switch and event type filter. This enumeration has a flags attribute that allows a bitwise combination of its member values. More...
 
enum class  xtd::string_comparison {
  xtd::string_comparison::ordinal ,
  xtd::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 class  xtd::string_split_options {
  xtd::string_split_options::none ,
  xtd::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 class  xtd::speech::synthesis::synthesizer_state {
  xtd::speech::synthesis::synthesizer_state::ready ,
  xtd::speech::synthesis::synthesizer_state::speaking ,
  xtd::speech::synthesis::synthesizer_state::pause
}
 Enumerates values for the state of the xtd::speech::synthesis::speech_synthesizer. More...
 
enum class  xtd::target_id {
  xtd::target_id::unknown ,
  xtd::target_id::console_application ,
  xtd::target_id::gui_application ,
  xtd::target_id::test_application ,
  xtd::target_id::interface_library ,
  xtd::target_id::module_library ,
  xtd::target_id::shared_library ,
  xtd::target_id::static_library ,
  xtd::target_id::custom_target
}
 Identifies the target, supported by an assembly. More...
 
enum class  xtd::diagnostics::trace_event_type {
  xtd::diagnostics::trace_event_type::critical ,
  xtd::diagnostics::trace_event_type::error ,
  xtd::diagnostics::trace_event_type::warning ,
  xtd::diagnostics::trace_event_type::information ,
  xtd::diagnostics::trace_event_type::verbose ,
  xtd::diagnostics::trace_event_type::start ,
  xtd::diagnostics::trace_event_type::stop ,
  xtd::diagnostics::trace_event_type::suspend ,
  xtd::diagnostics::trace_event_type::resume ,
  xtd::diagnostics::trace_event_type::transfer
}
 Identifies the type of event that has caused the trace. More...
 
enum class  xtd::diagnostics::trace_level {
  xtd::diagnostics::trace_level::off ,
  xtd::diagnostics::trace_level::error ,
  xtd::diagnostics::trace_level::warning ,
  xtd::diagnostics::trace_level::info ,
  xtd::diagnostics::trace_level::verbose
}
 Specifies what messages to output for the debug, trace and trace_switch classes. More...
 
enum class  xtd::net::sockets::transmit_file_options {
  xtd::net::sockets::transmit_file_options::use_default_worker_thread ,
  xtd::net::sockets::transmit_file_options::disconnect ,
  xtd::net::sockets::transmit_file_options::reuse_socket ,
  xtd::net::sockets::transmit_file_options::write_behind ,
  xtd::net::sockets::transmit_file_options::use_system_thread ,
  xtd::net::sockets::transmit_file_options::use_kernel_apc
}
 The TransmitFileOptions enumeration defines values used in file transfer requests. More...
 
enum class  xtd::uri_components {
  xtd::uri_components::none ,
  xtd::uri_components::scheme ,
  xtd::uri_components::user_info ,
  xtd::uri_components::host ,
  xtd::uri_components::port ,
  xtd::uri_components::path ,
  xtd::uri_components::query ,
  xtd::uri_components::fragment ,
  xtd::uri_components::strong_port ,
  xtd::uri_components::keep_delimiter ,
  xtd::uri_components::host_and_port ,
  xtd::uri_components::strong_authority ,
  xtd::uri_components::absolute_uri ,
  xtd::uri_components::path_and_query ,
  xtd::uri_components::http_request_url ,
  xtd::uri_components::scheme_and_server ,
  xtd::uri_components::serialization_info_string
}
 This enumeration has a Flags attribute that allows a bitwise combination of its member values. More...
 
enum class  xtd::uri_format {
  xtd::uri_format::safe_unescaped ,
  xtd::uri_format::unescaped ,
  xtd::uri_format::uri_escaped
}
 Controls how URI information is escaped. More...
 
enum class  xtd::uri_host_name_type {
  xtd::uri_host_name_type::unknown ,
  xtd::uri_host_name_type::basic ,
  xtd::uri_host_name_type::dns ,
  xtd::uri_host_name_type::ip_v4 ,
  xtd::uri_host_name_type::ip_v6
}
 Defines host name types for the xtd::uri::check_host_name method. More...
 
enum class  xtd::uri_kind {
  xtd::uri_kind::relative_or_absolute ,
  xtd::uri_kind::absolute ,
  xtd::uri_kind::relative
}
 Defines the kinds of Uris for the xtd::uri::is_well_formed_uri_string and several xtd::uri methods. More...
 
enum class  xtd::uri_partial {
  xtd::uri_partial::scheme ,
  xtd::uri_partial::authority ,
  xtd::uri_partial::path ,
  xtd::uri_partial::query
}
 Defines the parts of a URI for the xtd::uri::get_left_part method. More...
 

Functions

template<typename new_type_t >
new_type_t xtd::as (bool value)
 Casts a type into another type.
 
template<typename new_type_t >
new_type_t xtd::as (char *value)
 Casts a type into another type.
 
template<typename new_type_t >
new_type_t xtd::as (char value)
 Casts a type into another type.
 
template<typename new_type_t >
new_type_t xtd::as (char16 *value)
 Casts a type into another type.
 
template<typename new_type_t >
new_type_t xtd::as (char16 value)
 Casts a type into another type.
 
template<typename new_type_t >
new_type_t xtd::as (char32 *value)
 Casts a type into another type.
 
template<typename new_type_t >
new_type_t xtd::as (char32 value)
 Casts a type into another type.
 
template<typename new_type_t >
new_type_t xtd::as (char8 *value)
 Casts a type into another type.
 
template<typename new_type_t >
new_type_t xtd::as (char8 value)
 Casts a type into another type.
 
template<typename new_type_t >
new_type_t xtd::as (const char *value)
 Casts a type into another type.
 
template<typename new_type_t >
new_type_t xtd::as (const char16 *value)
 Casts a type into another type.
 
template<typename new_type_t >
new_type_t xtd::as (const char32 *value)
 Casts a type into another type.
 
template<typename new_type_t >
new_type_t xtd::as (const char8 *value)
 Casts a type into another type.
 
template<typename new_type_t , typename current_type_t >
const new_type_t & xtd::as (const current_type_t &value)
 Casts a type into another type.
 
template<typename new_type_t , typename current_type_t >
const new_type_t * xtd::as (const current_type_t *value)
 Casts a type into another type.
 
template<typename new_type_t , typename current_type_t >
std::shared_ptr< new_type_t > xtd::as (const std::shared_ptr< current_type_t > &value)
 Casts a type into another type.
 
template<typename new_type_t >
new_type_t xtd::as (const std::string &value)
 Casts a type into another type.
 
template<typename new_type_t >
new_type_t xtd::as (const std::u16string &value)
 Casts a type into another type.
 
template<typename new_type_t >
new_type_t xtd::as (const std::u32string &value)
 Casts a type into another type.
 
template<typename new_type_t >
new_type_t xtd::as (const std::u8string &value)
 Casts a type into another type.
 
template<typename new_type_t >
new_type_t xtd::as (const std::wstring &value)
 Casts a type into another type.
 
template<typename new_type_t >
new_type_t xtd::as (const wchar *value)
 Casts a type into another type.
 
template<typename new_type_t >
new_type_t xtd::as (const xtd::ustring &value)
 Casts a type into another type.
 
template<typename new_type_t , typename current_type_t >
new_type_t & xtd::as (current_type_t &value)
 Casts a type into another type.
 
template<typename new_type_t , typename current_type_t >
new_type_t * xtd::as (current_type_t *value)
 Casts a type into another type.
 
template<typename new_type_t >
new_type_t xtd::as (decimal value)
 Casts a type into another type.
 
template<typename new_type_t >
new_type_t xtd::as (double value)
 Casts a type into another type.
 
template<typename new_type_t >
new_type_t xtd::as (float value)
 Casts a type into another type.
 
template<typename new_type_t >
new_type_t xtd::as (int16 value)
 Casts a type into another type.
 
template<typename new_type_t >
new_type_t xtd::as (int32 value)
 Casts a type into another type.
 
template<typename new_type_t >
new_type_t xtd::as (int64 value)
 Casts a type into another type.
 
template<typename new_type_t >
new_type_t xtd::as (sbyte value)
 Casts a type into another type.
 
template<typename new_type_t >
new_type_t xtd::as (slong value)
 Casts a type into another type.
 
template<typename new_type_t >
new_type_t xtd::as (std::any value)
 Casts a type into another type.
 
template<typename new_type_t , typename current_type_t >
std::shared_ptr< new_type_t > xtd::as (std::shared_ptr< current_type_t > &&value)
 Casts a type into another type.
 
template<typename new_type_t , typename current_type_t >
std::shared_ptr< new_type_t > xtd::as (std::shared_ptr< current_type_t > &value)
 Casts a type into another type.
 
template<typename new_type_t >
new_type_t xtd::as (std::string &value)
 Casts a type into another type.
 
template<typename new_type_t >
new_type_t xtd::as (std::u16string &value)
 Casts a type into another type.
 
template<typename new_type_t >
new_type_t xtd::as (std::u32string &value)
 Casts a type into another type.
 
template<typename new_type_t >
new_type_t xtd::as (std::u8string &value)
 Casts a type into another type.
 
template<typename new_type_t , typename current_type_t >
std::unique_ptr< new_type_t > xtd::as (std::unique_ptr< current_type_t > &&value)
 Casts a type into another type.
 
template<typename new_type_t , typename current_type_t >
std::unique_ptr< new_type_t > xtd::as (std::unique_ptr< current_type_t > &value)
 Casts a type into another type.
 
template<typename new_type_t >
new_type_t xtd::as (std::wstring &value)
 Casts a type into another type.
 
template<typename new_type_t >
new_type_t xtd::as (uint16 value)
 Casts a type into another type.
 
template<typename new_type_t >
new_type_t xtd::as (uint32 value)
 Casts a type into another type.
 
template<typename new_type_t >
new_type_t xtd::as (uint64 value)
 Casts a type into another type.
 
template<typename new_type_t >
new_type_t xtd::as (wchar *value)
 Casts a type into another type.
 
template<typename new_type_t >
new_type_t xtd::as (wchar value)
 Casts a type into another type.
 
template<typename new_type_t >
new_type_t xtd::as (xtd::byte value)
 Casts a type into another type.
 
template<typename new_type_t >
new_type_t xtd::as (xtd::ulong value)
 Casts a type into another type.
 
template<typename new_type_t >
new_type_t xtd::as (xtd::ustring &value)
 Casts a type into another type.
 
template<>
bool xtd::as< bool > (bool value)
 Casts a type into another type.
 
template<>
bool xtd::as< bool > (char *value)
 Casts a type into another type.
 
template<>
bool xtd::as< bool > (char value)
 Casts a type into another type.
 
template<>
bool xtd::as< bool > (char16 *value)
 Casts a type into another type.
 
template<>
bool xtd::as< bool > (char16 value)
 Casts a type into another type.
 
template<>
bool xtd::as< bool > (char32 *value)
 Casts a type into another type.
 
template<>
bool xtd::as< bool > (char32 value)
 Casts a type into another type.
 
template<>
bool xtd::as< bool > (char8 *value)
 Casts a type into another type.
 
template<>
bool xtd::as< bool > (char8 value)
 Casts a type into another type.
 
template<>
bool xtd::as< bool > (const char *value)
 Casts a type into another type.
 
template<>
bool xtd::as< bool > (const char16 *value)
 Casts a type into another type.
 
template<>
bool xtd::as< bool > (const char32 *value)
 Casts a type into another type.
 
template<>
bool xtd::as< bool > (const char8 *value)
 Casts a type into another type.
 
template<>
bool xtd::as< bool > (const std::string &value)
 Casts a type into another type.
 
template<>
bool xtd::as< bool > (const std::u16string &value)
 Casts a type into another type.
 
template<>
bool xtd::as< bool > (const std::u32string &value)
 Casts a type into another type.
 
template<>
bool xtd::as< bool > (const std::u8string &value)
 Casts a type into another type.
 
template<>
bool xtd::as< bool > (const std::wstring &value)
 Casts a type into another type.
 
template<>
bool xtd::as< bool > (const wchar *value)
 Casts a type into another type.
 
template<>
bool xtd::as< bool > (const xtd::ustring &value)
 Casts a type into another type.
 
template<>
bool xtd::as< bool > (decimal value)
 Casts a type into another type.
 
template<>
bool xtd::as< bool > (double value)
 Casts a type into another type.
 
template<>
bool xtd::as< bool > (float value)
 Casts a type into another type.
 
template<>
bool xtd::as< bool > (int16 value)
 Casts a type into another type.
 
template<>
bool xtd::as< bool > (int32 value)
 Casts a type into another type.
 
template<>
bool xtd::as< bool > (int64 value)
 Casts a type into another type.
 
template<>
bool xtd::as< bool > (sbyte value)
 Casts a type into another type.
 
template<>
bool xtd::as< bool > (slong value)
 Casts a type into another type.
 
template<>
bool xtd::as< bool > (std::any value)
 Casts a type into another type.
 
template<>
bool xtd::as< bool > (uint16 value)
 Casts a type into another type.
 
template<>
bool xtd::as< bool > (uint32 value)
 Casts a type into another type.
 
template<>
bool xtd::as< bool > (uint64 value)
 Casts a type into another type.
 
template<>
bool xtd::as< bool > (wchar *value)
 Casts a type into another type.
 
template<>
bool xtd::as< bool > (wchar value)
 Casts a type into another type.
 
template<>
bool xtd::as< bool > (xtd::byte value)
 Casts a type into another type.
 
template<>
bool xtd::as< bool > (xtd::ulong value)
 Casts a type into another type.
 
template<>
char xtd::as< char > (bool value)
 Casts a type into another type.
 
template<>
char xtd::as< char > (char *value)
 Casts a type into another type.
 
template<>
char xtd::as< char > (char value)
 Casts a type into another type.
 
template<>
char xtd::as< char > (char16 *value)
 Casts a type into another type.
 
template<>
char xtd::as< char > (char16 value)
 Casts a type into another type.
 
template<>
char xtd::as< char > (char32 *value)
 Casts a type into another type.
 
template<>
char xtd::as< char > (char32 value)
 Casts a type into another type.
 
template<>
char xtd::as< char > (char8 *value)
 Casts a type into another type.
 
template<>
char xtd::as< char > (char8 value)
 Casts a type into another type.
 
template<>
char xtd::as< char > (const char *value)
 Casts a type into another type.
 
template<>
char xtd::as< char > (const char16 *value)
 Casts a type into another type.
 
template<>
char xtd::as< char > (const char32 *value)
 Casts a type into another type.
 
template<>
char xtd::as< char > (const char8 *value)
 Casts a type into another type.
 
template<>
char xtd::as< char > (const std::string &value)
 Casts a type into another type.
 
template<>
char xtd::as< char > (const std::u16string &value)
 Casts a type into another type.
 
template<>
char xtd::as< char > (const std::u32string &value)
 Casts a type into another type.
 
template<>
char xtd::as< char > (const std::u8string &value)
 Casts a type into another type.
 
template<>
char xtd::as< char > (const std::wstring &value)
 Casts a type into another type.
 
template<>
char xtd::as< char > (const wchar *value)
 Casts a type into another type.
 
template<>
char xtd::as< char > (const xtd::ustring &value)
 Casts a type into another type.
 
template<>
char xtd::as< char > (decimal value)
 Casts a type into another type.
 
template<>
char xtd::as< char > (double value)
 Casts a type into another type.
 
template<>
char xtd::as< char > (float value)
 Casts a type into another type.
 
template<>
char xtd::as< char > (int16 value)
 Casts a type into another type.
 
template<>
char xtd::as< char > (int32 value)
 Casts a type into another type.
 
template<>
char xtd::as< char > (int64 value)
 Casts a type into another type.
 
template<>
char xtd::as< char > (sbyte value)
 Casts a type into another type.
 
template<>
char xtd::as< char > (slong value)
 Casts a type into another type.
 
template<>
char xtd::as< char > (std::any value)
 Casts a type into another type.
 
template<>
char xtd::as< char > (uint16 value)
 Casts a type into another type.
 
template<>
char xtd::as< char > (uint32 value)
 Casts a type into another type.
 
template<>
char xtd::as< char > (uint64 value)
 Casts a type into another type.
 
template<>
char xtd::as< char > (wchar *value)
 Casts a type into another type.
 
template<>
char xtd::as< char > (wchar value)
 Casts a type into another type.
 
template<>
char xtd::as< char > (xtd::byte value)
 Casts a type into another type.
 
template<>
char xtd::as< char > (xtd::ulong value)
 Casts a type into another type.
 
template<>
char16 xtd::as< char16 > (bool value)
 Casts a type into another type.
 
template<>
char16 xtd::as< char16 > (char *value)
 Casts a type into another type.
 
template<>
char16 xtd::as< char16 > (char value)
 Casts a type into another type.
 
template<>
char16 xtd::as< char16 > (char16 *value)
 Casts a type into another type.
 
template<>
char16 xtd::as< char16 > (char16 value)
 Casts a type into another type.
 
template<>
char16 xtd::as< char16 > (char32 *value)
 Casts a type into another type.
 
template<>
char16 xtd::as< char16 > (char32 value)
 Casts a type into another type.
 
template<>
char16 xtd::as< char16 > (char8 *value)
 Casts a type into another type.
 
template<>
char16 xtd::as< char16 > (char8 value)
 Casts a type into another type.
 
template<>
char16 xtd::as< char16 > (const char *value)
 Casts a type into another type.
 
template<>
char16 xtd::as< char16 > (const char16 *value)
 Casts a type into another type.
 
template<>
char16 xtd::as< char16 > (const char32 *value)
 Casts a type into another type.
 
template<>
char16 xtd::as< char16 > (const char8 *value)
 Casts a type into another type.
 
template<>
char16 xtd::as< char16 > (const std::string &value)
 Casts a type into another type.
 
template<>
char16 xtd::as< char16 > (const std::u16string &value)
 Casts a type into another type.
 
template<>
char16 xtd::as< char16 > (const std::u32string &value)
 Casts a type into another type.
 
template<>
char16 xtd::as< char16 > (const std::u8string &value)
 Casts a type into another type.
 
template<>
char16 xtd::as< char16 > (const std::wstring &value)
 Casts a type into another type.
 
template<>
char16 xtd::as< char16 > (const wchar *value)
 Casts a type into another type.
 
template<>
char16 xtd::as< char16 > (const xtd::ustring &value)
 Casts a type into another type.
 
template<>
char16 xtd::as< char16 > (decimal value)
 Casts a type into another type.
 
template<>
char16 xtd::as< char16 > (double value)
 Casts a type into another type.
 
template<>
char16 xtd::as< char16 > (float value)
 Casts a type into another type.
 
template<>
char16 xtd::as< char16 > (int16 value)
 Casts a type into another type.
 
template<>
char16 xtd::as< char16 > (int32 value)
 Casts a type into another type.
 
template<>
char16 xtd::as< char16 > (int64 value)
 Casts a type into another type.
 
template<>
char16 xtd::as< char16 > (sbyte value)
 Casts a type into another type.
 
template<>
char16 xtd::as< char16 > (slong value)
 Casts a type into another type.
 
template<>
char16 xtd::as< char16 > (std::any value)
 Casts a type into another type.
 
template<>
char16 xtd::as< char16 > (uint16 value)
 Casts a type into another type.
 
template<>
char16 xtd::as< char16 > (uint32 value)
 Casts a type into another type.
 
template<>
char16 xtd::as< char16 > (uint64 value)
 Casts a type into another type.
 
template<>
char16 xtd::as< char16 > (wchar *value)
 Casts a type into another type.
 
template<>
char16 xtd::as< char16 > (wchar value)
 Casts a type into another type.
 
template<>
char16 xtd::as< char16 > (xtd::byte value)
 Casts a type into another type.
 
template<>
char16 xtd::as< char16 > (xtd::ulong value)
 Casts a type into another type.
 
template<>
char32 xtd::as< char32 > (bool value)
 Casts a type into another type.
 
template<>
char32 xtd::as< char32 > (char *value)
 Casts a type into another type.
 
template<>
char32 xtd::as< char32 > (char value)
 Casts a type into another type.
 
template<>
char32 xtd::as< char32 > (char16 *value)
 Casts a type into another type.
 
template<>
char32 xtd::as< char32 > (char16 value)
 Casts a type into another type.
 
template<>
char32 xtd::as< char32 > (char32 *value)
 Casts a type into another type.
 
template<>
char32 xtd::as< char32 > (char32 value)
 Casts a type into another type.
 
template<>
char32 xtd::as< char32 > (char8 *value)
 Casts a type into another type.
 
template<>
char32 xtd::as< char32 > (char8 value)
 Casts a type into another type.
 
template<>
char32 xtd::as< char32 > (const char *value)
 Casts a type into another type.
 
template<>
char32 xtd::as< char32 > (const char16 *value)
 Casts a type into another type.
 
template<>
char32 xtd::as< char32 > (const char32 *value)
 Casts a type into another type.
 
template<>
char32 xtd::as< char32 > (const char8 *value)
 Casts a type into another type.
 
template<>
char32 xtd::as< char32 > (const std::string &value)
 Casts a type into another type.
 
template<>
char32 xtd::as< char32 > (const std::u16string &value)
 Casts a type into another type.
 
template<>
char32 xtd::as< char32 > (const std::u32string &value)
 Casts a type into another type.
 
template<>
char32 xtd::as< char32 > (const std::u8string &value)
 Casts a type into another type.
 
template<>
char32 xtd::as< char32 > (const std::wstring &value)
 Casts a type into another type.
 
template<>
char32 xtd::as< char32 > (const wchar *value)
 Casts a type into another type.
 
template<>
char32 xtd::as< char32 > (const xtd::ustring &value)
 Casts a type into another type.
 
template<>
char32 xtd::as< char32 > (decimal value)
 Casts a type into another type.
 
template<>
char32 xtd::as< char32 > (double value)
 Casts a type into another type.
 
template<>
char32 xtd::as< char32 > (float value)
 Casts a type into another type.
 
template<>
char32 xtd::as< char32 > (int16 value)
 Casts a type into another type.
 
template<>
char32 xtd::as< char32 > (int32 value)
 Casts a type into another type.
 
template<>
char32 xtd::as< char32 > (int64 value)
 Casts a type into another type.
 
template<>
char32 xtd::as< char32 > (sbyte value)
 Casts a type into another type.
 
template<>
char32 xtd::as< char32 > (slong value)
 Casts a type into another type.
 
template<>
char32 xtd::as< char32 > (std::any value)
 Casts a type into another type.
 
template<>
char32 xtd::as< char32 > (uint16 value)
 Casts a type into another type.
 
template<>
char32 xtd::as< char32 > (uint32 value)
 Casts a type into another type.
 
template<>
char32 xtd::as< char32 > (uint64 value)
 Casts a type into another type.
 
template<>
char32 xtd::as< char32 > (wchar *value)
 Casts a type into another type.
 
template<>
char32 xtd::as< char32 > (wchar value)
 Casts a type into another type.
 
template<>
char32 xtd::as< char32 > (xtd::byte value)
 Casts a type into another type.
 
template<>
char32 xtd::as< char32 > (xtd::ulong value)
 Casts a type into another type.
 
template<>
char8 xtd::as< char8 > (bool value)
 Casts a type into another type.
 
template<>
char8 xtd::as< char8 > (char *value)
 Casts a type into another type.
 
template<>
char8 xtd::as< char8 > (char value)
 Casts a type into another type.
 
template<>
char8 xtd::as< char8 > (char16 *value)
 Casts a type into another type.
 
template<>
char8 xtd::as< char8 > (char16 value)
 Casts a type into another type.
 
template<>
char8 xtd::as< char8 > (char32 *value)
 Casts a type into another type.
 
template<>
char8 xtd::as< char8 > (char32 value)
 Casts a type into another type.
 
template<>
char8 xtd::as< char8 > (char8 *value)
 Casts a type into another type.
 
template<>
char8 xtd::as< char8 > (char8 value)
 Casts a type into another type.
 
template<>
char8 xtd::as< char8 > (const char *value)
 Casts a type into another type.
 
template<>
char8 xtd::as< char8 > (const char16 *value)
 Casts a type into another type.
 
template<>
char8 xtd::as< char8 > (const char32 *value)
 Casts a type into another type.
 
template<>
char8 xtd::as< char8 > (const char8 *value)
 Casts a type into another type.
 
template<>
char8 xtd::as< char8 > (const std::string &value)
 Casts a type into another type.
 
template<>
char8 xtd::as< char8 > (const std::u16string &value)
 Casts a type into another type.
 
template<>
char8 xtd::as< char8 > (const std::u32string &value)
 Casts a type into another type.
 
template<>
char8 xtd::as< char8 > (const std::u8string &value)
 Casts a type into another type.
 
template<>
char8 xtd::as< char8 > (const std::wstring &value)
 Casts a type into another type.
 
template<>
char8 xtd::as< char8 > (const wchar *value)
 Casts a type into another type.
 
template<>
char8 xtd::as< char8 > (const xtd::ustring &value)
 Casts a type into another type.
 
template<>
char8 xtd::as< char8 > (decimal value)
 Casts a type into another type.
 
template<>
char8 xtd::as< char8 > (double value)
 Casts a type into another type.
 
template<>
char8 xtd::as< char8 > (float value)
 Casts a type into another type.
 
template<>
char8 xtd::as< char8 > (int16 value)
 Casts a type into another type.
 
template<>
char8 xtd::as< char8 > (int32 value)
 Casts a type into another type.
 
template<>
char8 xtd::as< char8 > (int64 value)
 Casts a type into another type.
 
template<>
char8 xtd::as< char8 > (sbyte value)
 Casts a type into another type.
 
template<>
char8 xtd::as< char8 > (slong value)
 Casts a type into another type.
 
template<>
char8 xtd::as< char8 > (std::any value)
 Casts a type into another type.
 
template<>
char8 xtd::as< char8 > (uint16 value)
 Casts a type into another type.
 
template<>
char8 xtd::as< char8 > (uint32 value)
 Casts a type into another type.
 
template<>
char8 xtd::as< char8 > (uint64 value)
 Casts a type into another type.
 
template<>
char8 xtd::as< char8 > (wchar *value)
 Casts a type into another type.
 
template<>
char8 xtd::as< char8 > (wchar value)
 Casts a type into another type.
 
template<>
char8 xtd::as< char8 > (xtd::byte value)
 Casts a type into another type.
 
template<>
char8 xtd::as< char8 > (xtd::ulong value)
 Casts a type into another type.
 
template<>
decimal xtd::as< decimal > (bool value)
 Casts a type into another type.
 
template<>
decimal xtd::as< decimal > (char *value)
 Casts a type into another type.
 
template<>
decimal xtd::as< decimal > (char value)
 Casts a type into another type.
 
template<>
decimal xtd::as< decimal > (char16 *value)
 Casts a type into another type.
 
template<>
decimal xtd::as< decimal > (char16 value)
 Casts a type into another type.
 
template<>
decimal xtd::as< decimal > (char32 *value)
 Casts a type into another type.
 
template<>
decimal xtd::as< decimal > (char32 value)
 Casts a type into another type.
 
template<>
decimal xtd::as< decimal > (char8 *value)
 Casts a type into another type.
 
template<>
decimal xtd::as< decimal > (char8 value)
 Casts a type into another type.
 
template<>
decimal xtd::as< decimal > (const char *value)
 Casts a type into another type.
 
template<>
decimal xtd::as< decimal > (const char16 *value)
 Casts a type into another type.
 
template<>
decimal xtd::as< decimal > (const char32 *value)
 Casts a type into another type.
 
template<>
decimal xtd::as< decimal > (const char8 *value)
 Casts a type into another type.
 
template<>
decimal xtd::as< decimal > (const std::string &value)
 Casts a type into another type.
 
template<>
decimal xtd::as< decimal > (const std::u16string &value)
 Casts a type into another type.
 
template<>
decimal xtd::as< decimal > (const std::u32string &value)
 Casts a type into another type.
 
template<>
decimal xtd::as< decimal > (const std::u8string &value)
 Casts a type into another type.
 
template<>
decimal xtd::as< decimal > (const std::wstring &value)
 Casts a type into another type.
 
template<>
decimal xtd::as< decimal > (const wchar *value)
 Casts a type into another type.
 
template<>
decimal xtd::as< decimal > (const xtd::ustring &value)
 Casts a type into another type.
 
template<>
decimal xtd::as< decimal > (decimal value)
 Casts a type into another type.
 
template<>
decimal xtd::as< decimal > (double value)
 Casts a type into another type.
 
template<>
decimal xtd::as< decimal > (float value)
 Casts a type into another type.
 
template<>
decimal xtd::as< decimal > (int16 value)
 Casts a type into another type.
 
template<>
decimal xtd::as< decimal > (int32 value)
 Casts a type into another type.
 
template<>
decimal xtd::as< decimal > (int64 value)
 Casts a type into another type.
 
template<>
decimal xtd::as< decimal > (sbyte value)
 Casts a type into another type.
 
template<>
decimal xtd::as< decimal > (slong value)
 Casts a type into another type.
 
template<>
decimal xtd::as< decimal > (std::any value)
 Casts a type into another type.
 
template<>
decimal xtd::as< decimal > (uint16 value)
 Casts a type into another type.
 
template<>
decimal xtd::as< decimal > (uint32 value)
 Casts a type into another type.
 
template<>
decimal xtd::as< decimal > (uint64 value)
 Casts a type into another type.
 
template<>
decimal xtd::as< decimal > (wchar *value)
 Casts a type into another type.
 
template<>
decimal xtd::as< decimal > (wchar value)
 Casts a type into another type.
 
template<>
decimal xtd::as< decimal > (xtd::byte value)
 Casts a type into another type.
 
template<>
decimal xtd::as< decimal > (xtd::ulong value)
 Casts a type into another type.
 
template<>
double xtd::as< double > (bool value)
 Casts a type into another type.
 
template<>
double xtd::as< double > (char *value)
 Casts a type into another type.
 
template<>
double xtd::as< double > (char value)
 Casts a type into another type.
 
template<>
double xtd::as< double > (char16 *value)
 Casts a type into another type.
 
template<>
double xtd::as< double > (char16 value)
 Casts a type into another type.
 
template<>
double xtd::as< double > (char32 *value)
 Casts a type into another type.
 
template<>
double xtd::as< double > (char32 value)
 Casts a type into another type.
 
template<>
double xtd::as< double > (char8 *value)
 Casts a type into another type.
 
template<>
double xtd::as< double > (char8 value)
 Casts a type into another type.
 
template<>
double xtd::as< double > (const char *value)
 Casts a type into another type.
 
template<>
double xtd::as< double > (const char16 *value)
 Casts a type into another type.
 
template<>
double xtd::as< double > (const char32 *value)
 Casts a type into another type.
 
template<>
double xtd::as< double > (const char8 *value)
 Casts a type into another type.
 
template<>
double xtd::as< double > (const std::string &value)
 Casts a type into another type.
 
template<>
double xtd::as< double > (const std::u16string &value)
 Casts a type into another type.
 
template<>
double xtd::as< double > (const std::u32string &value)
 Casts a type into another type.
 
template<>
double xtd::as< double > (const std::u8string &value)
 Casts a type into another type.
 
template<>
double xtd::as< double > (const std::wstring &value)
 Casts a type into another type.
 
template<>
double xtd::as< double > (const wchar *value)
 Casts a type into another type.
 
template<>
double xtd::as< double > (const xtd::ustring &value)
 Casts a type into another type.
 
template<>
double xtd::as< double > (decimal value)
 Casts a type into another type.
 
template<>
double xtd::as< double > (double value)
 Casts a type into another type.
 
template<>
double xtd::as< double > (float value)
 Casts a type into another type.
 
template<>
double xtd::as< double > (int16 value)
 Casts a type into another type.
 
template<>
double xtd::as< double > (int32 value)
 Casts a type into another type.
 
template<>
double xtd::as< double > (int64 value)
 Casts a type into another type.
 
template<>
double xtd::as< double > (sbyte value)
 Casts a type into another type.
 
template<>
double xtd::as< double > (slong value)
 Casts a type into another type.
 
template<>
double xtd::as< double > (std::any value)
 Casts a type into another type.
 
template<>
double xtd::as< double > (uint16 value)
 Casts a type into another type.
 
template<>
double xtd::as< double > (uint32 value)
 Casts a type into another type.
 
template<>
double xtd::as< double > (uint64 value)
 Casts a type into another type.
 
template<>
double xtd::as< double > (wchar *value)
 Casts a type into another type.
 
template<>
double xtd::as< double > (wchar value)
 Casts a type into another type.
 
template<>
double xtd::as< double > (xtd::byte value)
 Casts a type into another type.
 
template<>
double xtd::as< double > (xtd::ulong value)
 Casts a type into another type.
 
template<>
float xtd::as< float > (bool value)
 Casts a type into another type.
 
template<>
float xtd::as< float > (char *value)
 Casts a type into another type.
 
template<>
float xtd::as< float > (char value)
 Casts a type into another type.
 
template<>
float xtd::as< float > (char16 *value)
 Casts a type into another type.
 
template<>
float xtd::as< float > (char16 value)
 Casts a type into another type.
 
template<>
float xtd::as< float > (char32 *value)
 Casts a type into another type.
 
template<>
float xtd::as< float > (char32 value)
 Casts a type into another type.
 
template<>
float xtd::as< float > (char8 *value)
 Casts a type into another type.
 
template<>
float xtd::as< float > (char8 value)
 Casts a type into another type.
 
template<>
float xtd::as< float > (const char *value)
 Casts a type into another type.
 
template<>
float xtd::as< float > (const char16 *value)
 Casts a type into another type.
 
template<>
float xtd::as< float > (const char32 *value)
 Casts a type into another type.
 
template<>
float xtd::as< float > (const char8 *value)
 Casts a type into another type.
 
template<>
float xtd::as< float > (const std::string &value)
 Casts a type into another type.
 
template<>
float xtd::as< float > (const std::u16string &value)
 Casts a type into another type.
 
template<>
float xtd::as< float > (const std::u32string &value)
 Casts a type into another type.
 
template<>
float xtd::as< float > (const std::u8string &value)
 Casts a type into another type.
 
template<>
float xtd::as< float > (const std::wstring &value)
 Casts a type into another type.
 
template<>
float xtd::as< float > (const wchar *value)
 Casts a type into another type.
 
template<>
float xtd::as< float > (const xtd::ustring &value)
 Casts a type into another type.
 
template<>
float xtd::as< float > (decimal value)
 Casts a type into another type.
 
template<>
float xtd::as< float > (double value)
 Casts a type into another type.
 
template<>
float xtd::as< float > (float value)
 Casts a type into another type.
 
template<>
float xtd::as< float > (int16 value)
 Casts a type into another type.
 
template<>
float xtd::as< float > (int32 value)
 Casts a type into another type.
 
template<>
float xtd::as< float > (int64 value)
 Casts a type into another type.
 
template<>
float xtd::as< float > (sbyte value)
 Casts a type into another type.
 
template<>
float xtd::as< float > (slong value)
 Casts a type into another type.
 
template<>
float xtd::as< float > (std::any value)
 Casts a type into another type.
 
template<>
float xtd::as< float > (uint16 value)
 Casts a type into another type.
 
template<>
float xtd::as< float > (uint32 value)
 Casts a type into another type.
 
template<>
float xtd::as< float > (uint64 value)
 Casts a type into another type.
 
template<>
float xtd::as< float > (wchar *value)
 Casts a type into another type.
 
template<>
float xtd::as< float > (wchar value)
 Casts a type into another type.
 
template<>
float xtd::as< float > (xtd::byte value)
 Casts a type into another type.
 
template<>
float xtd::as< float > (xtd::ulong value)
 Casts a type into another type.
 
template<>
int16 xtd::as< int16 > (bool value)
 Casts a type into another type.
 
template<>
int16 xtd::as< int16 > (char *value)
 Casts a type into another type.
 
template<>
int16 xtd::as< int16 > (char value)
 Casts a type into another type.
 
template<>
int16 xtd::as< int16 > (char16 *value)
 Casts a type into another type.
 
template<>
int16 xtd::as< int16 > (char16 value)
 Casts a type into another type.
 
template<>
int16 xtd::as< int16 > (char32 *value)
 Casts a type into another type.
 
template<>
int16 xtd::as< int16 > (char32 value)
 Casts a type into another type.
 
template<>
int16 xtd::as< int16 > (char8 *value)
 Casts a type into another type.
 
template<>
int16 xtd::as< int16 > (char8 value)
 Casts a type into another type.
 
template<>
int16 xtd::as< int16 > (const char *value)
 Casts a type into another type.
 
template<>
int16 xtd::as< int16 > (const char16 *value)
 Casts a type into another type.
 
template<>
int16 xtd::as< int16 > (const char32 *value)
 Casts a type into another type.
 
template<>
int16 xtd::as< int16 > (const char8 *value)
 Casts a type into another type.
 
template<>
int16 xtd::as< int16 > (const std::string &value)
 Casts a type into another type.
 
template<>
int16 xtd::as< int16 > (const std::u16string &value)
 Casts a type into another type.
 
template<>
int16 xtd::as< int16 > (const std::u32string &value)
 Casts a type into another type.
 
template<>
int16 xtd::as< int16 > (const std::u8string &value)
 Casts a type into another type.
 
template<>
int16 xtd::as< int16 > (const std::wstring &value)
 Casts a type into another type.
 
template<>
int16 xtd::as< int16 > (const wchar *value)
 Casts a type into another type.
 
template<>
int16 xtd::as< int16 > (const xtd::ustring &value)
 Casts a type into another type.
 
template<>
int16 xtd::as< int16 > (const xtd::ustring &value, xtd::byte from_base)
 Casts a type into another type.
 
template<>
int16 xtd::as< int16 > (decimal value)
 Casts a type into another type.
 
template<>
int16 xtd::as< int16 > (double value)
 Casts a type into another type.
 
template<>
int16 xtd::as< int16 > (float value)
 Casts a type into another type.
 
template<>
int16 xtd::as< int16 > (int16 value)
 Casts a type into another type.
 
template<>
int16 xtd::as< int16 > (int32 value)
 Casts a type into another type.
 
template<>
int16 xtd::as< int16 > (int64 value)
 Casts a type into another type.
 
template<>
int16 xtd::as< int16 > (sbyte value)
 Casts a type into another type.
 
template<>
int16 xtd::as< int16 > (slong value)
 Casts a type into another type.
 
template<>
int16 xtd::as< int16 > (std::any value)
 Casts a type into another type.
 
template<>
int16 xtd::as< int16 > (uint16 value)
 Casts a type into another type.
 
template<>
int16 xtd::as< int16 > (uint32 value)
 Casts a type into another type.
 
template<>
int16 xtd::as< int16 > (uint64 value)
 Casts a type into another type.
 
template<>
int16 xtd::as< int16 > (wchar *value)
 Casts a type into another type.
 
template<>
int16 xtd::as< int16 > (wchar value)
 Casts a type into another type.
 
template<>
int16 xtd::as< int16 > (xtd::byte value)
 Casts a type into another type.
 
template<>
int16 xtd::as< int16 > (xtd::ulong value)
 Casts a type into another type.
 
template<>
int32 xtd::as< int32 > (bool value)
 Casts a type into another type.
 
template<>
int32 xtd::as< int32 > (char *value)
 Casts a type into another type.
 
template<>
int32 xtd::as< int32 > (char value)
 Casts a type into another type.
 
template<>
int32 xtd::as< int32 > (char16 *value)
 Casts a type into another type.
 
template<>
int32 xtd::as< int32 > (char16 value)
 Casts a type into another type.
 
template<>
int32 xtd::as< int32 > (char32 *value)
 Casts a type into another type.
 
template<>
int32 xtd::as< int32 > (char32 value)
 Casts a type into another type.
 
template<>
int32 xtd::as< int32 > (char8 *value)
 Casts a type into another type.
 
template<>
int32 xtd::as< int32 > (char8 value)
 Casts a type into another type.
 
template<>
int32 xtd::as< int32 > (const char *value)
 Casts a type into another type.
 
template<>
int32 xtd::as< int32 > (const char16 *value)
 Casts a type into another type.
 
template<>
int32 xtd::as< int32 > (const char32 *value)
 Casts a type into another type.
 
template<>
int32 xtd::as< int32 > (const char8 *value)
 Casts a type into another type.
 
template<>
int32 xtd::as< int32 > (const std::string &value)
 Casts a type into another type.
 
template<>
int32 xtd::as< int32 > (const std::u16string &value)
 Casts a type into another type.
 
template<>
int32 xtd::as< int32 > (const std::u32string &value)
 Casts a type into another type.
 
template<>
int32 xtd::as< int32 > (const std::u8string &value)
 Casts a type into another type.
 
template<>
int32 xtd::as< int32 > (const std::wstring &value)
 Casts a type into another type.
 
template<>
int32 xtd::as< int32 > (const wchar *value)
 Casts a type into another type.
 
template<>
int32 xtd::as< int32 > (const xtd::ustring &value)
 Casts a type into another type.
 
template<>
int32 xtd::as< int32 > (const xtd::ustring &value, xtd::byte from_base)
 Casts a type into another type.
 
template<>
int32 xtd::as< int32 > (decimal value)
 Casts a type into another type.
 
template<>
int32 xtd::as< int32 > (double value)
 Casts a type into another type.
 
template<>
int32 xtd::as< int32 > (float value)
 Casts a type into another type.
 
template<>
int32 xtd::as< int32 > (int16 value)
 Casts a type into another type.
 
template<>
int32 xtd::as< int32 > (int32 value)
 Casts a type into another type.
 
template<>
int32 xtd::as< int32 > (int64 value)
 Casts a type into another type.
 
template<>
int32 xtd::as< int32 > (sbyte value)
 Casts a type into another type.
 
template<>
int32 xtd::as< int32 > (slong value)
 Casts a type into another type.
 
template<>
int32 xtd::as< int32 > (std::any value)
 Casts a type into another type.
 
template<>
int32 xtd::as< int32 > (uint16 value)
 Casts a type into another type.
 
template<>
int32 xtd::as< int32 > (uint32 value)
 Casts a type into another type.
 
template<>
int32 xtd::as< int32 > (uint64 value)
 Casts a type into another type.
 
template<>
int32 xtd::as< int32 > (wchar *value)
 Casts a type into another type.
 
template<>
int32 xtd::as< int32 > (wchar value)
 Casts a type into another type.
 
template<>
int32 xtd::as< int32 > (xtd::byte value)
 Casts a type into another type.
 
template<>
int32 xtd::as< int32 > (xtd::ulong value)
 Casts a type into another type.
 
template<>
int64 xtd::as< int64 > (bool value)
 Casts a type into another type.
 
template<>
int64 xtd::as< int64 > (char *value)
 Casts a type into another type.
 
template<>
int64 xtd::as< int64 > (char value)
 Casts a type into another type.
 
template<>
int64 xtd::as< int64 > (char16 *value)
 Casts a type into another type.
 
template<>
int64 xtd::as< int64 > (char16 value)
 Casts a type into another type.
 
template<>
int64 xtd::as< int64 > (char32 *value)
 Casts a type into another type.
 
template<>
int64 xtd::as< int64 > (char32 value)
 Casts a type into another type.
 
template<>
int64 xtd::as< int64 > (char8 *value)
 Casts a type into another type.
 
template<>
int64 xtd::as< int64 > (char8 value)
 Casts a type into another type.
 
template<>
int64 xtd::as< int64 > (const char *value)
 Casts a type into another type.
 
template<>
int64 xtd::as< int64 > (const char16 *value)
 Casts a type into another type.
 
template<>
int64 xtd::as< int64 > (const char32 *value)
 Casts a type into another type.
 
template<>
int64 xtd::as< int64 > (const char8 *value)
 Casts a type into another type.
 
template<>
int64 xtd::as< int64 > (const std::string &value)
 Casts a type into another type.
 
template<>
int64 xtd::as< int64 > (const std::u16string &value)
 Casts a type into another type.
 
template<>
int64 xtd::as< int64 > (const std::u32string &value)
 Casts a type into another type.
 
template<>
int64 xtd::as< int64 > (const std::u8string &value)
 Casts a type into another type.
 
template<>
int64 xtd::as< int64 > (const std::wstring &value)
 Casts a type into another type.
 
template<>
int64 xtd::as< int64 > (const wchar *value)
 Casts a type into another type.
 
template<>
int64 xtd::as< int64 > (const xtd::ustring &value)
 Casts a type into another type.
 
template<>
int64 xtd::as< int64 > (const xtd::ustring &value, xtd::byte from_base)
 Casts a type into another type.
 
template<>
int64 xtd::as< int64 > (decimal value)
 Casts a type into another type.
 
template<>
int64 xtd::as< int64 > (double value)
 Casts a type into another type.
 
template<>
int64 xtd::as< int64 > (float value)
 Casts a type into another type.
 
template<>
int64 xtd::as< int64 > (int16 value)
 Casts a type into another type.
 
template<>
int64 xtd::as< int64 > (int32 value)
 Casts a type into another type.
 
template<>
int64 xtd::as< int64 > (int64 value)
 Casts a type into another type.
 
template<>
int64 xtd::as< int64 > (sbyte value)
 Casts a type into another type.
 
template<>
int64 xtd::as< int64 > (slong value)
 Casts a type into another type.
 
template<>
int64 xtd::as< int64 > (std::any value)
 Casts a type into another type.
 
template<>
int64 xtd::as< int64 > (uint16 value)
 Casts a type into another type.
 
template<>
int64 xtd::as< int64 > (uint32 value)
 Casts a type into another type.
 
template<>
int64 xtd::as< int64 > (uint64 value)
 Casts a type into another type.
 
template<>
int64 xtd::as< int64 > (wchar *value)
 Casts a type into another type.
 
template<>
int64 xtd::as< int64 > (wchar value)
 Casts a type into another type.
 
template<>
int64 xtd::as< int64 > (xtd::byte value)
 Casts a type into another type.
 
template<>
int64 xtd::as< int64 > (xtd::ulong value)
 Casts a type into another type.
 
template<>
sbyte xtd::as< sbyte > (bool value)
 Casts a type into another type.
 
template<>
sbyte xtd::as< sbyte > (char *value)
 Casts a type into another type.
 
template<>
sbyte xtd::as< sbyte > (char value)
 Casts a type into another type.
 
template<>
sbyte xtd::as< sbyte > (char16 *value)
 Casts a type into another type.
 
template<>
sbyte xtd::as< sbyte > (char16 value)
 Casts a type into another type.
 
template<>
sbyte xtd::as< sbyte > (char32 *value)
 Casts a type into another type.
 
template<>
sbyte xtd::as< sbyte > (char32 value)
 Casts a type into another type.
 
template<>
sbyte xtd::as< sbyte > (char8 *value)
 Casts a type into another type.
 
template<>
sbyte xtd::as< sbyte > (char8 value)
 Casts a type into another type.
 
template<>
sbyte xtd::as< sbyte > (const char *value)
 Casts a type into another type.
 
template<>
sbyte xtd::as< sbyte > (const char16 *value)
 Casts a type into another type.
 
template<>
sbyte xtd::as< sbyte > (const char32 *value)
 Casts a type into another type.
 
template<>
sbyte xtd::as< sbyte > (const char8 *value)
 Casts a type into another type.
 
template<>
sbyte xtd::as< sbyte > (const std::string &value)
 Casts a type into another type.
 
template<>
sbyte xtd::as< sbyte > (const std::u16string &value)
 Casts a type into another type.
 
template<>
sbyte xtd::as< sbyte > (const std::u32string &value)
 Casts a type into another type.
 
template<>
sbyte xtd::as< sbyte > (const std::u8string &value)
 Casts a type into another type.
 
template<>
sbyte xtd::as< sbyte > (const std::wstring &value)
 Casts a type into another type.
 
template<>
sbyte xtd::as< sbyte > (const wchar *value)
 Casts a type into another type.
 
template<>
sbyte xtd::as< sbyte > (const xtd::ustring &value)
 Casts a type into another type.
 
template<>
sbyte xtd::as< sbyte > (const xtd::ustring &value, xtd::byte from_base)
 Casts a type into another type.
 
template<>
sbyte xtd::as< sbyte > (decimal value)
 Casts a type into another type.
 
template<>
sbyte xtd::as< sbyte > (double value)
 Casts a type into another type.
 
template<>
sbyte xtd::as< sbyte > (float value)
 Casts a type into another type.
 
template<>
sbyte xtd::as< sbyte > (int16 value)
 Casts a type into another type.
 
template<>
sbyte xtd::as< sbyte > (int32 value)
 Casts a type into another type.
 
template<>
sbyte xtd::as< sbyte > (int64 value)
 Casts a type into another type.
 
template<>
sbyte xtd::as< sbyte > (sbyte value)
 Casts a type into another type.
 
template<>
sbyte xtd::as< sbyte > (slong value)
 Casts a type into another type.
 
template<>
sbyte xtd::as< sbyte > (std::any value)
 Casts a type into another type.
 
template<>
sbyte xtd::as< sbyte > (uint16 value)
 Casts a type into another type.
 
template<>
sbyte xtd::as< sbyte > (uint32 value)
 Casts a type into another type.
 
template<>
sbyte xtd::as< sbyte > (uint64 value)
 Casts a type into another type.
 
template<>
sbyte xtd::as< sbyte > (wchar *value)
 Casts a type into another type.
 
template<>
sbyte xtd::as< sbyte > (wchar value)
 Casts a type into another type.
 
template<>
sbyte xtd::as< sbyte > (xtd::byte value)
 Casts a type into another type.
 
template<>
sbyte xtd::as< sbyte > (xtd::ulong value)
 Casts a type into another type.
 
template<>
slong xtd::as< slong > (bool value)
 Casts a type into another type.
 
template<>
slong xtd::as< slong > (char *value)
 Casts a type into another type.
 
template<>
slong xtd::as< slong > (char value)
 Casts a type into another type.
 
template<>
slong xtd::as< slong > (char16 *value)
 Casts a type into another type.
 
template<>
slong xtd::as< slong > (char16 value)
 Casts a type into another type.
 
template<>
slong xtd::as< slong > (char32 *value)
 Casts a type into another type.
 
template<>
slong xtd::as< slong > (char32 value)
 Casts a type into another type.
 
template<>
slong xtd::as< slong > (char8 *value)
 Casts a type into another type.
 
template<>
slong xtd::as< slong > (char8 value)
 Casts a type into another type.
 
template<>
slong xtd::as< slong > (const char *value)
 Casts a type into another type.
 
template<>
slong xtd::as< slong > (const char16 *value)
 Casts a type into another type.
 
template<>
slong xtd::as< slong > (const char32 *value)
 Casts a type into another type.
 
template<>
slong xtd::as< slong > (const char8 *value)
 Casts a type into another type.
 
template<>
slong xtd::as< slong > (const std::string &value)
 Casts a type into another type.
 
template<>
slong xtd::as< slong > (const std::u16string &value)
 Casts a type into another type.
 
template<>
slong xtd::as< slong > (const std::u32string &value)
 Casts a type into another type.
 
template<>
slong xtd::as< slong > (const std::u8string &value)
 Casts a type into another type.
 
template<>
slong xtd::as< slong > (const std::wstring &value)
 Casts a type into another type.
 
template<>
slong xtd::as< slong > (const wchar *value)
 Casts a type into another type.
 
template<>
slong xtd::as< slong > (const xtd::ustring &value)
 Casts a type into another type.
 
template<>
slong xtd::as< slong > (const xtd::ustring &value, xtd::byte from_base)
 Casts a type into another type.
 
template<>
slong xtd::as< slong > (decimal value)
 Casts a type into another type.
 
template<>
slong xtd::as< slong > (double value)
 Casts a type into another type.
 
template<>
slong xtd::as< slong > (float value)
 Casts a type into another type.
 
template<>
slong xtd::as< slong > (int16 value)
 Casts a type into another type.
 
template<>
slong xtd::as< slong > (int32 value)
 Casts a type into another type.
 
template<>
slong xtd::as< slong > (int64 value)
 Casts a type into another type.
 
template<>
slong xtd::as< slong > (sbyte value)
 Casts a type into another type.
 
template<>
slong xtd::as< slong > (slong value)
 Casts a type into another type.
 
template<>
slong xtd::as< slong > (std::any value)
 Casts a type into another type.
 
template<>
slong xtd::as< slong > (uint16 value)
 Casts a type into another type.
 
template<>
slong xtd::as< slong > (uint32 value)
 Casts a type into another type.
 
template<>
slong xtd::as< slong > (uint64 value)
 Casts a type into another type.
 
template<>
slong xtd::as< slong > (wchar *value)
 Casts a type into another type.
 
template<>
slong xtd::as< slong > (wchar value)
 Casts a type into another type.
 
template<>
slong xtd::as< slong > (xtd::byte value)
 Casts a type into another type.
 
template<>
slong xtd::as< slong > (xtd::ulong value)
 Casts a type into another type.
 
template<>
std::string xtd::as< std::string > (char *value)
 Casts a type into another type.
 
template<>
std::string xtd::as< std::string > (char16 *value)
 Casts a type into another type.
 
template<>
std::string xtd::as< std::string > (char32 *value)
 Casts a type into another type.
 
template<>
std::string xtd::as< std::string > (char8 *value)
 Casts a type into another type.
 
template<>
std::string xtd::as< std::string > (const char *value)
 Casts a type into another type.
 
template<>
std::string xtd::as< std::string > (const char16 *value)
 Casts a type into another type.
 
template<>
std::string xtd::as< std::string > (const char32 *value)
 Casts a type into another type.
 
template<>
std::string xtd::as< std::string > (const char8 *value)
 Casts a type into another type.
 
template<>
std::string xtd::as< std::string > (const std::string &value)
 Casts a type into another type.
 
template<>
std::string xtd::as< std::string > (const std::u16string &value)
 Casts a type into another type.
 
template<>
std::string xtd::as< std::string > (const std::u32string &value)
 Casts a type into another type.
 
template<>
std::string xtd::as< std::string > (const std::u8string &value)
 Casts a type into another type.
 
template<>
std::string xtd::as< std::string > (const std::wstring &value)
 Casts a type into another type.
 
template<>
std::string xtd::as< std::string > (const wchar *value)
 Casts a type into another type.
 
template<>
std::string xtd::as< std::string > (const xtd::ustring &value)
 Casts a type into another type.
 
template<>
std::string xtd::as< std::string > (std::u16string &value)
 Casts a type into another type.
 
template<>
std::string xtd::as< std::string > (std::u32string &value)
 Casts a type into another type.
 
template<>
std::string xtd::as< std::string > (std::u8string &value)
 Casts a type into another type.
 
template<>
std::string xtd::as< std::string > (std::wstring &value)
 Casts a type into another type.
 
template<>
std::string xtd::as< std::string > (wchar *value)
 Casts a type into another type.
 
template<>
std::string xtd::as< std::string > (xtd::ustring &value)
 Casts a type into another type.
 
template<>
std::u16string xtd::as< std::u16string > (char *value)
 Casts a type into another type.
 
template<>
std::u16string xtd::as< std::u16string > (char16 *value)
 Casts a type into another type.
 
template<>
std::u16string xtd::as< std::u16string > (char32 *value)
 Casts a type into another type.
 
template<>
std::u16string xtd::as< std::u16string > (char8 *value)
 Casts a type into another type.
 
template<>
std::u16string xtd::as< std::u16string > (const char *value)
 Casts a type into another type.
 
template<>
std::u16string xtd::as< std::u16string > (const char16 *value)
 Casts a type into another type.
 
template<>
std::u16string xtd::as< std::u16string > (const char32 *value)
 Casts a type into another type.
 
template<>
std::u16string xtd::as< std::u16string > (const char8 *value)
 Casts a type into another type.
 
template<>
std::u16string xtd::as< std::u16string > (const std::string &value)
 Casts a type into another type.
 
template<>
std::u16string xtd::as< std::u16string > (const std::u16string &value)
 Casts a type into another type.
 
template<>
std::u16string xtd::as< std::u16string > (const std::u32string &value)
 Casts a type into another type.
 
template<>
std::u16string xtd::as< std::u16string > (const std::u8string &value)
 Casts a type into another type.
 
template<>
std::u16string xtd::as< std::u16string > (const std::wstring &value)
 Casts a type into another type.
 
template<>
std::u16string xtd::as< std::u16string > (const wchar *value)
 Casts a type into another type.
 
template<>
std::u16string xtd::as< std::u16string > (const xtd::ustring &value)
 Casts a type into another type.
 
template<>
std::u16string xtd::as< std::u16string > (std::string &value)
 Casts a type into another type.
 
template<>
std::u16string xtd::as< std::u16string > (std::u16string &value)
 Casts a type into another type.
 
template<>
std::u16string xtd::as< std::u16string > (std::u32string &value)
 Casts a type into another type.
 
template<>
std::u16string xtd::as< std::u16string > (std::u8string &value)
 Casts a type into another type.
 
template<>
std::u16string xtd::as< std::u16string > (std::wstring &value)
 Casts a type into another type.
 
template<>
std::u16string xtd::as< std::u16string > (wchar *value)
 Casts a type into another type.
 
template<>
std::u16string xtd::as< std::u16string > (xtd::ustring &value)
 Casts a type into another type.
 
template<>
std::u32string xtd::as< std::u32string > (char *value)
 Casts a type into another type.
 
template<>
std::u32string xtd::as< std::u32string > (char16 *value)
 Casts a type into another type.
 
template<>
std::u32string xtd::as< std::u32string > (char32 *value)
 Casts a type into another type.
 
template<>
std::u32string xtd::as< std::u32string > (char8 *value)
 Casts a type into another type.
 
template<>
std::u32string xtd::as< std::u32string > (const char *value)
 Casts a type into another type.
 
template<>
std::u32string xtd::as< std::u32string > (const char16 *value)
 Casts a type into another type.
 
template<>
std::u32string xtd::as< std::u32string > (const char32 *value)
 Casts a type into another type.
 
template<>
std::u32string xtd::as< std::u32string > (const char8 *value)
 Casts a type into another type.
 
template<>
std::u32string xtd::as< std::u32string > (const std::string &value)
 Casts a type into another type.
 
template<>
std::u32string xtd::as< std::u32string > (const std::u16string &value)
 Casts a type into another type.
 
template<>
std::u32string xtd::as< std::u32string > (const std::u32string &value)
 Casts a type into another type.
 
template<>
std::u32string xtd::as< std::u32string > (const std::u8string &value)
 Casts a type into another type.
 
template<>
std::u32string xtd::as< std::u32string > (const std::wstring &value)
 Casts a type into another type.
 
template<>
std::u32string xtd::as< std::u32string > (const wchar *value)
 Casts a type into another type.
 
template<>
std::u32string xtd::as< std::u32string > (const xtd::ustring &value)
 Casts a type into another type.
 
template<>
std::u32string xtd::as< std::u32string > (std::string &value)
 Casts a type into another type.
 
template<>
std::u32string xtd::as< std::u32string > (std::u16string &value)
 Casts a type into another type.
 
template<>
std::u32string xtd::as< std::u32string > (std::u32string &value)
 Casts a type into another type.
 
template<>
std::u32string xtd::as< std::u32string > (std::u8string &value)
 Casts a type into another type.
 
template<>
std::u32string xtd::as< std::u32string > (std::wstring &value)
 Casts a type into another type.
 
template<>
std::u32string xtd::as< std::u32string > (wchar *value)
 Casts a type into another type.
 
template<>
std::u32string xtd::as< std::u32string > (xtd::ustring &value)
 Casts a type into another type.
 
template<>
std::u8string xtd::as< std::u8string > (char *value)
 Casts a type into another type.
 
template<>
std::u8string xtd::as< std::u8string > (char16 *value)
 Casts a type into another type.
 
template<>
std::u8string xtd::as< std::u8string > (char32 *value)
 Casts a type into another type.
 
template<>
std::u8string xtd::as< std::u8string > (char8 *value)
 Casts a type into another type.
 
template<>
std::u8string xtd::as< std::u8string > (const char *value)
 Casts a type into another type.
 
template<>
std::u8string xtd::as< std::u8string > (const char16 *value)
 Casts a type into another type.
 
template<>
std::u8string xtd::as< std::u8string > (const char32 *value)
 Casts a type into another type.
 
template<>
std::u8string xtd::as< std::u8string > (const char8 *value)
 Casts a type into another type.
 
template<>
std::u8string xtd::as< std::u8string > (const std::string &value)
 Casts a type into another type.
 
template<>
std::u8string xtd::as< std::u8string > (const std::u16string &value)
 Casts a type into another type.
 
template<>
std::u8string xtd::as< std::u8string > (const std::u32string &value)
 Casts a type into another type.
 
template<>
std::u8string xtd::as< std::u8string > (const std::u8string &value)
 Casts a type into another type.
 
template<>
std::u8string xtd::as< std::u8string > (const std::wstring &value)
 Casts a type into another type.
 
template<>
std::u8string xtd::as< std::u8string > (const wchar *value)
 Casts a type into another type.
 
template<>
std::u8string xtd::as< std::u8string > (const xtd::ustring &value)
 Casts a type into another type.
 
template<>
std::u8string xtd::as< std::u8string > (std::string &value)
 Casts a type into another type.
 
template<>
std::u8string xtd::as< std::u8string > (std::u16string &value)
 Casts a type into another type.
 
template<>
std::u8string xtd::as< std::u8string > (std::u32string &value)
 Casts a type into another type.
 
template<>
std::u8string xtd::as< std::u8string > (std::u8string &value)
 Casts a type into another type.
 
template<>
std::u8string xtd::as< std::u8string > (std::wstring &value)
 Casts a type into another type.
 
template<>
std::u8string xtd::as< std::u8string > (wchar *value)
 Casts a type into another type.
 
template<>
std::u8string xtd::as< std::u8string > (xtd::ustring &value)
 Casts a type into another type.
 
template<>
std::wstring xtd::as< std::wstring > (char *value)
 Casts a type into another type.
 
template<>
std::wstring xtd::as< std::wstring > (char16 *value)
 Casts a type into another type.
 
template<>
std::wstring xtd::as< std::wstring > (char32 *value)
 Casts a type into another type.
 
template<>
std::wstring xtd::as< std::wstring > (char8 *value)
 Casts a type into another type.
 
template<>
std::wstring xtd::as< std::wstring > (const char *value)
 Casts a type into another type.
 
template<>
std::wstring xtd::as< std::wstring > (const char16 *value)
 Casts a type into another type.
 
template<>
std::wstring xtd::as< std::wstring > (const char32 *value)
 Casts a type into another type.
 
template<>
std::wstring xtd::as< std::wstring > (const char8 *value)
 Casts a type into another type.
 
template<>
std::wstring xtd::as< std::wstring > (const std::string &value)
 Casts a type into another type.
 
template<>
std::wstring xtd::as< std::wstring > (const std::u16string &value)
 Casts a type into another type.
 
template<>
std::wstring xtd::as< std::wstring > (const std::u32string &value)
 Casts a type into another type.
 
template<>
std::wstring xtd::as< std::wstring > (const std::u8string &value)
 Casts a type into another type.
 
template<>
std::wstring xtd::as< std::wstring > (const std::wstring &value)
 Casts a type into another type.
 
template<>
std::wstring xtd::as< std::wstring > (const wchar *value)
 Casts a type into another type.
 
template<>
std::wstring xtd::as< std::wstring > (const xtd::ustring &value)
 Casts a type into another type.
 
template<>
std::wstring xtd::as< std::wstring > (std::string &value)
 Casts a type into another type.
 
template<>
std::wstring xtd::as< std::wstring > (std::u16string &value)
 Casts a type into another type.
 
template<>
std::wstring xtd::as< std::wstring > (std::u32string &value)
 Casts a type into another type.
 
template<>
std::wstring xtd::as< std::wstring > (std::u8string &value)
 Casts a type into another type.
 
template<>
std::wstring xtd::as< std::wstring > (std::wstring &value)
 Casts a type into another type.
 
template<>
std::wstring xtd::as< std::wstring > (wchar *value)
 Casts a type into another type.
 
template<>
std::wstring xtd::as< std::wstring > (xtd::ustring &value)
 Casts a type into another type.
 
template<>
uint16 xtd::as< uint16 > (bool value)
 Casts a type into another type.
 
template<>
uint16 xtd::as< uint16 > (char *value)
 Casts a type into another type.
 
template<>
uint16 xtd::as< uint16 > (char value)
 Casts a type into another type.
 
template<>
uint16 xtd::as< uint16 > (char16 *value)
 Casts a type into another type.
 
template<>
uint16 xtd::as< uint16 > (char16 value)
 Casts a type into another type.
 
template<>
uint16 xtd::as< uint16 > (char32 *value)
 Casts a type into another type.
 
template<>
uint16 xtd::as< uint16 > (char32 value)
 Casts a type into another type.
 
template<>
uint16 xtd::as< uint16 > (char8 *value)
 Casts a type into another type.
 
template<>
uint16 xtd::as< uint16 > (char8 value)
 Casts a type into another type.
 
template<>
uint16 xtd::as< uint16 > (const char *value)
 Casts a type into another type.
 
template<>
uint16 xtd::as< uint16 > (const char16 *value)
 Casts a type into another type.
 
template<>
uint16 xtd::as< uint16 > (const char32 *value)
 Casts a type into another type.
 
template<>
uint16 xtd::as< uint16 > (const char8 *value)
 Casts a type into another type.
 
template<>
uint16 xtd::as< uint16 > (const std::string &value)
 Casts a type into another type.
 
template<>
uint16 xtd::as< uint16 > (const std::u16string &value)
 Casts a type into another type.
 
template<>
uint16 xtd::as< uint16 > (const std::u32string &value)
 Casts a type into another type.
 
template<>
uint16 xtd::as< uint16 > (const std::u8string &value)
 Casts a type into another type.
 
template<>
uint16 xtd::as< uint16 > (const std::wstring &value)
 Casts a type into another type.
 
template<>
uint16 xtd::as< uint16 > (const wchar *value)
 Casts a type into another type.
 
template<>
uint16 xtd::as< uint16 > (const xtd::ustring &value)
 Casts a type into another type.
 
template<>
uint16 xtd::as< uint16 > (const xtd::ustring &value, xtd::byte from_base)
 Casts a type into another type.
 
template<>
uint16 xtd::as< uint16 > (decimal value)
 Casts a type into another type.
 
template<>
uint16 xtd::as< uint16 > (double value)
 Casts a type into another type.
 
template<>
uint16 xtd::as< uint16 > (float value)
 Casts a type into another type.
 
template<>
uint16 xtd::as< uint16 > (int16 value)
 Casts a type into another type.
 
template<>
uint16 xtd::as< uint16 > (int32 value)
 Casts a type into another type.
 
template<>
uint16 xtd::as< uint16 > (int64 value)
 Casts a type into another type.
 
template<>
uint16 xtd::as< uint16 > (sbyte value)
 Casts a type into another type.
 
template<>
uint16 xtd::as< uint16 > (slong value)
 Casts a type into another type.
 
template<>
uint16 xtd::as< uint16 > (std::any value)
 Casts a type into another type.
 
template<>
uint16 xtd::as< uint16 > (uint16 value)
 Casts a type into another type.
 
template<>
uint16 xtd::as< uint16 > (uint32 value)
 Casts a type into another type.
 
template<>
uint16 xtd::as< uint16 > (uint64 value)
 Casts a type into another type.
 
template<>
uint16 xtd::as< uint16 > (wchar *value)
 Casts a type into another type.
 
template<>
uint16 xtd::as< uint16 > (wchar value)
 Casts a type into another type.
 
template<>
uint16 xtd::as< uint16 > (xtd::byte value)
 Casts a type into another type.
 
template<>
uint16 xtd::as< uint16 > (xtd::ulong value)
 Casts a type into another type.
 
template<>
uint32 xtd::as< uint32 > (bool value)
 Casts a type into another type.
 
template<>
uint32 xtd::as< uint32 > (char *value)
 Casts a type into another type.
 
template<>
uint32 xtd::as< uint32 > (char value)
 Casts a type into another type.
 
template<>
uint32 xtd::as< uint32 > (char16 *value)
 Casts a type into another type.
 
template<>
uint32 xtd::as< uint32 > (char16 value)
 Casts a type into another type.
 
template<>
uint32 xtd::as< uint32 > (char32 *value)
 Casts a type into another type.
 
template<>
uint32 xtd::as< uint32 > (char32 value)
 Casts a type into another type.
 
template<>
uint32 xtd::as< uint32 > (char8 *value)
 Casts a type into another type.
 
template<>
uint32 xtd::as< uint32 > (char8 value)
 Casts a type into another type.
 
template<>
uint32 xtd::as< uint32 > (const char *value)
 Casts a type into another type.
 
template<>
uint32 xtd::as< uint32 > (const char16 *value)
 Casts a type into another type.
 
template<>
uint32 xtd::as< uint32 > (const char32 *value)
 Casts a type into another type.
 
template<>
uint32 xtd::as< uint32 > (const char8 *value)
 Casts a type into another type.
 
template<>
uint32 xtd::as< uint32 > (const std::string &value)
 Casts a type into another type.
 
template<>
uint32 xtd::as< uint32 > (const std::u16string &value)
 Casts a type into another type.
 
template<>
uint32 xtd::as< uint32 > (const std::u32string &value)
 Casts a type into another type.
 
template<>
uint32 xtd::as< uint32 > (const std::u8string &value)
 Casts a type into another type.
 
template<>
uint32 xtd::as< uint32 > (const std::wstring &value)
 Casts a type into another type.
 
template<>
uint32 xtd::as< uint32 > (const wchar *value)
 Casts a type into another type.
 
template<>
uint32 xtd::as< uint32 > (const xtd::ustring &value)
 Casts a type into another type.
 
template<>
uint32 xtd::as< uint32 > (const xtd::ustring &value, xtd::byte from_base)
 Casts a type into another type.
 
template<>
uint32 xtd::as< uint32 > (decimal value)
 Casts a type into another type.
 
template<>
uint32 xtd::as< uint32 > (double value)
 Casts a type into another type.
 
template<>
uint32 xtd::as< uint32 > (float value)
 Casts a type into another type.
 
template<>
uint32 xtd::as< uint32 > (int16 value)
 Casts a type into another type.
 
template<>
uint32 xtd::as< uint32 > (int32 value)
 Casts a type into another type.
 
template<>
uint32 xtd::as< uint32 > (int64 value)
 Casts a type into another type.
 
template<>
uint32 xtd::as< uint32 > (sbyte value)
 Casts a type into another type.
 
template<>
uint32 xtd::as< uint32 > (slong value)
 Casts a type into another type.
 
template<>
uint32 xtd::as< uint32 > (std::any value)
 Casts a type into another type.
 
template<>
uint32 xtd::as< uint32 > (uint16 value)
 Casts a type into another type.
 
template<>
uint32 xtd::as< uint32 > (uint32 value)
 Casts a type into another type.
 
template<>
uint32 xtd::as< uint32 > (uint64 value)
 Casts a type into another type.
 
template<>
uint32 xtd::as< uint32 > (wchar *value)
 Casts a type into another type.
 
template<>
uint32 xtd::as< uint32 > (wchar value)
 Casts a type into another type.
 
template<>
uint32 xtd::as< uint32 > (xtd::byte value)
 Casts a type into another type.
 
template<>
uint32 xtd::as< uint32 > (xtd::ulong value)
 Casts a type into another type.
 
template<>
uint64 xtd::as< uint64 > (bool value)
 Casts a type into another type.
 
template<>
uint64 xtd::as< uint64 > (char *value)
 Casts a type into another type.
 
template<>
uint64 xtd::as< uint64 > (char value)
 Casts a type into another type.
 
template<>
uint64 xtd::as< uint64 > (char16 *value)
 Casts a type into another type.
 
template<>
uint64 xtd::as< uint64 > (char16 value)
 Casts a type into another type.
 
template<>
uint64 xtd::as< uint64 > (char32 *value)
 Casts a type into another type.
 
template<>
uint64 xtd::as< uint64 > (char32 value)
 Casts a type into another type.
 
template<>
uint64 xtd::as< uint64 > (char8 *value)
 Casts a type into another type.
 
template<>
uint64 xtd::as< uint64 > (char8 value)
 Casts a type into another type.
 
template<>
uint64 xtd::as< uint64 > (const char *value)
 Casts a type into another type.
 
template<>
uint64 xtd::as< uint64 > (const char16 *value)
 Casts a type into another type.
 
template<>
uint64 xtd::as< uint64 > (const char32 *value)
 Casts a type into another type.
 
template<>
uint64 xtd::as< uint64 > (const char8 *value)
 Casts a type into another type.
 
template<>
uint64 xtd::as< uint64 > (const std::string &value)
 Casts a type into another type.
 
template<>
uint64 xtd::as< uint64 > (const std::u16string &value)
 Casts a type into another type.
 
template<>
uint64 xtd::as< uint64 > (const std::u32string &value)
 Casts a type into another type.
 
template<>
uint64 xtd::as< uint64 > (const std::u8string &value)
 Casts a type into another type.
 
template<>
uint64 xtd::as< uint64 > (const std::wstring &value)
 Casts a type into another type.
 
template<>
uint64 xtd::as< uint64 > (const wchar *value)
 Casts a type into another type.
 
template<>
uint64 xtd::as< uint64 > (const xtd::ustring &value)
 Casts a type into another type.
 
template<>
uint64 xtd::as< uint64 > (const xtd::ustring &value, xtd::byte from_base)
 Casts a type into another type.
 
template<>
uint64 xtd::as< uint64 > (decimal value)
 Casts a type into another type.
 
template<>
uint64 xtd::as< uint64 > (double value)
 Casts a type into another type.
 
template<>
uint64 xtd::as< uint64 > (float value)
 Casts a type into another type.
 
template<>
uint64 xtd::as< uint64 > (int16 value)
 Casts a type into another type.
 
template<>
uint64 xtd::as< uint64 > (int32 value)
 Casts a type into another type.
 
template<>
uint64 xtd::as< uint64 > (int64 value)
 Casts a type into another type.
 
template<>
uint64 xtd::as< uint64 > (sbyte value)
 Casts a type into another type.
 
template<>
uint64 xtd::as< uint64 > (slong value)
 Casts a type into another type.
 
template<>
uint64 xtd::as< uint64 > (std::any value)
 Casts a type into another type.
 
template<>
uint64 xtd::as< uint64 > (uint16 value)
 Casts a type into another type.
 
template<>
uint64 xtd::as< uint64 > (uint32 value)
 Casts a type into another type.
 
template<>
uint64 xtd::as< uint64 > (uint64 value)
 Casts a type into another type.
 
template<>
uint64 xtd::as< uint64 > (wchar *value)
 Casts a type into another type.
 
template<>
uint64 xtd::as< uint64 > (wchar value)
 Casts a type into another type.
 
template<>
uint64 xtd::as< uint64 > (xtd::byte value)
 Casts a type into another type.
 
template<>
uint64 xtd::as< uint64 > (xtd::ulong value)
 Casts a type into another type.
 
template<>
ustring xtd::as< ustring > (bool value)
 Casts a type into another type.
 
template<>
ustring xtd::as< ustring > (char value)
 Casts a type into another type.
 
template<>
ustring xtd::as< ustring > (char16 value)
 Casts a type into another type.
 
template<>
ustring xtd::as< ustring > (char32 value)
 Casts a type into another type.
 
template<>
ustring xtd::as< ustring > (char8 value)
 Casts a type into another type.
 
template<>
ustring xtd::as< ustring > (decimal value)
 Casts a type into another type.
 
template<>
ustring xtd::as< ustring > (double value)
 Casts a type into another type.
 
template<>
ustring xtd::as< ustring > (float value)
 Casts a type into another type.
 
template<>
ustring xtd::as< ustring > (int16 value)
 Casts a type into another type.
 
template<>
ustring xtd::as< ustring > (int16 value, xtd::byte from_base)
 Casts a type into another type.
 
template<>
ustring xtd::as< ustring > (int32 value)
 Casts a type into another type.
 
template<>
ustring xtd::as< ustring > (int32 value, xtd::byte from_base)
 Casts a type into another type.
 
template<>
ustring xtd::as< ustring > (int64 value)
 Casts a type into another type.
 
template<>
ustring xtd::as< ustring > (int64 value, xtd::byte from_base)
 Casts a type into another type.
 
template<>
ustring xtd::as< ustring > (sbyte value)
 Casts a type into another type.
 
template<>
ustring xtd::as< ustring > (sbyte value, xtd::byte from_base)
 Casts a type into another type.
 
template<>
ustring xtd::as< ustring > (slong value)
 Casts a type into another type.
 
template<>
ustring xtd::as< ustring > (slong value, xtd::byte from_base)
 Casts a type into another type.
 
template<>
ustring xtd::as< ustring > (std::any value)
 Casts a type into another type.
 
template<>
ustring xtd::as< ustring > (uint16 value)
 Casts a type into another type.
 
template<>
ustring xtd::as< ustring > (uint16 value, xtd::byte from_base)
 Casts a type into another type.
 
template<>
ustring xtd::as< ustring > (uint32 value)
 Casts a type into another type.
 
template<>
ustring xtd::as< ustring > (uint32 value, xtd::byte from_base)
 Casts a type into another type.
 
template<>
ustring xtd::as< ustring > (uint64 value)
 Casts a type into another type.
 
template<>
ustring xtd::as< ustring > (uint64 value, xtd::byte from_base)
 Casts a type into another type.
 
template<>
ustring xtd::as< ustring > (wchar value)
 Casts a type into another type.
 
template<>
ustring xtd::as< ustring > (xtd::byte value)
 Casts a type into another type.
 
template<>
ustring xtd::as< ustring > (xtd::byte value, xtd::byte from_base)
 Casts a type into another type.
 
template<>
ustring xtd::as< ustring > (xtd::ulong value)
 Casts a type into another type.
 
template<>
ustring xtd::as< ustring > (xtd::ulong value, xtd::byte from_base)
 Casts a type into another type.
 
template<>
wchar xtd::as< wchar > (bool value)
 Casts a type into another type.
 
template<>
wchar xtd::as< wchar > (char *value)
 Casts a type into another type.
 
template<>
wchar xtd::as< wchar > (char value)
 Casts a type into another type.
 
template<>
wchar xtd::as< wchar > (char16 *value)
 Casts a type into another type.
 
template<>
wchar xtd::as< wchar > (char16 value)
 Casts a type into another type.
 
template<>
wchar xtd::as< wchar > (char32 *value)
 Casts a type into another type.
 
template<>
wchar xtd::as< wchar > (char32 value)
 Casts a type into another type.
 
template<>
wchar xtd::as< wchar > (char8 *value)
 Casts a type into another type.
 
template<>
wchar xtd::as< wchar > (char8 value)
 Casts a type into another type.
 
template<>
wchar xtd::as< wchar > (const char *value)
 Casts a type into another type.
 
template<>
wchar xtd::as< wchar > (const char16 *value)
 Casts a type into another type.
 
template<>
wchar xtd::as< wchar > (const char32 *value)
 Casts a type into another type.
 
template<>
wchar xtd::as< wchar > (const char8 *value)
 Casts a type into another type.
 
template<>
wchar xtd::as< wchar > (const std::string &value)
 Casts a type into another type.
 
template<>
wchar xtd::as< wchar > (const std::u16string &value)
 Casts a type into another type.
 
template<>
wchar xtd::as< wchar > (const std::u32string &value)
 Casts a type into another type.
 
template<>
wchar xtd::as< wchar > (const std::u8string &value)
 Casts a type into another type.
 
template<>
wchar xtd::as< wchar > (const std::wstring &value)
 Casts a type into another type.
 
template<>
wchar xtd::as< wchar > (const wchar *value)
 Casts a type into another type.
 
template<>
wchar xtd::as< wchar > (const xtd::ustring &value)
 Casts a type into another type.
 
template<>
wchar xtd::as< wchar > (decimal value)
 Casts a type into another type.
 
template<>
wchar xtd::as< wchar > (double value)
 Casts a type into another type.
 
template<>
wchar xtd::as< wchar > (float value)
 Casts a type into another type.
 
template<>
wchar xtd::as< wchar > (int16 value)
 Casts a type into another type.
 
template<>
wchar xtd::as< wchar > (int32 value)
 Casts a type into another type.
 
template<>
wchar xtd::as< wchar > (int64 value)
 Casts a type into another type.
 
template<>
wchar xtd::as< wchar > (sbyte value)
 Casts a type into another type.
 
template<>
wchar xtd::as< wchar > (slong value)
 Casts a type into another type.
 
template<>
wchar xtd::as< wchar > (std::any value)
 Casts a type into another type.
 
template<>
wchar xtd::as< wchar > (uint16 value)
 Casts a type into another type.
 
template<>
wchar xtd::as< wchar > (uint32 value)
 Casts a type into another type.
 
template<>
wchar xtd::as< wchar > (uint64 value)
 Casts a type into another type.
 
template<>
wchar xtd::as< wchar > (wchar *value)
 Casts a type into another type.
 
template<>
wchar xtd::as< wchar > (wchar value)
 Casts a type into another type.
 
template<>
wchar xtd::as< wchar > (xtd::byte value)
 Casts a type into another type.
 
template<>
wchar xtd::as< wchar > (xtd::ulong value)
 Casts a type into another type.
 
template<>
xtd::byte xtd::as< xtd::byte > (bool value)
 Casts a type into another type.
 
template<>
xtd::byte xtd::as< xtd::byte > (char *value)
 Casts a type into another type.
 
template<>
xtd::byte xtd::as< xtd::byte > (char value)
 Casts a type into another type.
 
template<>
xtd::byte xtd::as< xtd::byte > (char16 *value)
 Casts a type into another type.
 
template<>
xtd::byte xtd::as< xtd::byte > (char16 value)
 Casts a type into another type.
 
template<>
xtd::byte xtd::as< xtd::byte > (char32 *value)
 Casts a type into another type.
 
template<>
xtd::byte xtd::as< xtd::byte > (char32 value)
 Casts a type into another type.
 
template<>
xtd::byte xtd::as< xtd::byte > (char8 *value)
 Casts a type into another type.
 
template<>
xtd::byte xtd::as< xtd::byte > (char8 value)
 Casts a type into another type.
 
template<>
xtd::byte xtd::as< xtd::byte > (const char *value)
 Casts a type into another type.
 
template<>
xtd::byte xtd::as< xtd::byte > (const char16 *value)
 Casts a type into another type.
 
template<>
xtd::byte xtd::as< xtd::byte > (const char32 *value)
 Casts a type into another type.
 
template<>
xtd::byte xtd::as< xtd::byte > (const char8 *value)
 Casts a type into another type.
 
template<>
xtd::byte xtd::as< xtd::byte > (const std::string &value)
 Casts a type into another type.
 
template<>
xtd::byte xtd::as< xtd::byte > (const std::u16string &value)
 Casts a type into another type.
 
template<>
xtd::byte xtd::as< xtd::byte > (const std::u32string &value)
 Casts a type into another type.
 
template<>
xtd::byte xtd::as< xtd::byte > (const std::u8string &value)
 Casts a type into another type.
 
template<>
xtd::byte xtd::as< xtd::byte > (const std::wstring &value)
 Casts a type into another type.
 
template<>
xtd::byte xtd::as< xtd::byte > (const wchar *value)
 Casts a type into another type.
 
template<>
xtd::byte xtd::as< xtd::byte > (const xtd::ustring &value)
 Casts a type into another type.
 
template<>
xtd::byte xtd::as< xtd::byte > (const xtd::ustring &value, xtd::byte from_base)
 Casts a type into another type.
 
template<>
xtd::byte xtd::as< xtd::byte > (decimal value)
 Casts a type into another type.
 
template<>
xtd::byte xtd::as< xtd::byte > (double value)
 Casts a type into another type.
 
template<>
xtd::byte xtd::as< xtd::byte > (float value)
 Casts a type into another type.
 
template<>
xtd::byte xtd::as< xtd::byte > (int16 value)
 Casts a type into another type.
 
template<>
xtd::byte xtd::as< xtd::byte > (int32 value)
 Casts a type into another type.
 
template<>
xtd::byte xtd::as< xtd::byte > (int64 value)
 Casts a type into another type.
 
template<>
xtd::byte xtd::as< xtd::byte > (sbyte value)
 Casts a type into another type.
 
template<>
xtd::byte xtd::as< xtd::byte > (slong value)
 Casts a type into another type.
 
template<>
xtd::byte xtd::as< xtd::byte > (std::any value)
 Casts a type into another type.
 
template<>
xtd::byte xtd::as< xtd::byte > (uint16 value)
 Casts a type into another type.
 
template<>
xtd::byte xtd::as< xtd::byte > (uint32 value)
 Casts a type into another type.
 
template<>
xtd::byte xtd::as< xtd::byte > (uint64 value)
 Casts a type into another type.
 
template<>
xtd::byte xtd::as< xtd::byte > (wchar *value)
 Casts a type into another type.
 
template<>
xtd::byte xtd::as< xtd::byte > (wchar value)
 Casts a type into another type.
 
template<>
xtd::byte xtd::as< xtd::byte > (xtd::byte value)
 Casts a type into another type.
 
template<>
xtd::byte xtd::as< xtd::byte > (xtd::ulong value)
 Casts a type into another type.
 
template<>
xtd::ulong xtd::as< xtd::ulong > (bool value)
 Casts a type into another type.
 
template<>
xtd::ulong xtd::as< xtd::ulong > (char *value)
 Casts a type into another type.
 
template<>
xtd::ulong xtd::as< xtd::ulong > (char value)
 Casts a type into another type.
 
template<>
xtd::ulong xtd::as< xtd::ulong > (char16 *value)
 Casts a type into another type.
 
template<>
xtd::ulong xtd::as< xtd::ulong > (char16 value)
 Casts a type into another type.
 
template<>
xtd::ulong xtd::as< xtd::ulong > (char32 *value)
 Casts a type into another type.
 
template<>
xtd::ulong xtd::as< xtd::ulong > (char32 value)
 Casts a type into another type.
 
template<>
xtd::ulong xtd::as< xtd::ulong > (char8 *value)
 Casts a type into another type.
 
template<>
xtd::ulong xtd::as< xtd::ulong > (char8 value)
 Casts a type into another type.
 
template<>
xtd::ulong xtd::as< xtd::ulong > (const char *value)
 Casts a type into another type.
 
template<>
xtd::ulong xtd::as< xtd::ulong > (const char16 *value)
 Casts a type into another type.
 
template<>
xtd::ulong xtd::as< xtd::ulong > (const char32 *value)
 Casts a type into another type.
 
template<>
xtd::ulong xtd::as< xtd::ulong > (const char8 *value)
 Casts a type into another type.
 
template<>
xtd::ulong xtd::as< xtd::ulong > (const std::string &value)
 Casts a type into another type.
 
template<>
xtd::ulong xtd::as< xtd::ulong > (const std::u16string &value)
 Casts a type into another type.
 
template<>
xtd::ulong xtd::as< xtd::ulong > (const std::u32string &value)
 Casts a type into another type.
 
template<>
xtd::ulong xtd::as< xtd::ulong > (const std::u8string &value)
 Casts a type into another type.
 
template<>
xtd::ulong xtd::as< xtd::ulong > (const std::wstring &value)
 Casts a type into another type.
 
template<>
xtd::ulong xtd::as< xtd::ulong > (const wchar *value)
 Casts a type into another type.
 
template<>
xtd::ulong xtd::as< xtd::ulong > (const xtd::ustring &value)
 Casts a type into another type.
 
template<>
xtd::ulong xtd::as< xtd::ulong > (const xtd::ustring &value, xtd::byte from_base)
 Casts a type into another type.
 
template<>
xtd::ulong xtd::as< xtd::ulong > (decimal value)
 Casts a type into another type.
 
template<>
xtd::ulong xtd::as< xtd::ulong > (double value)
 Casts a type into another type.
 
template<>
xtd::ulong xtd::as< xtd::ulong > (float value)
 Casts a type into another type.
 
template<>
xtd::ulong xtd::as< xtd::ulong > (int16 value)
 Casts a type into another type.
 
template<>
xtd::ulong xtd::as< xtd::ulong > (int32 value)
 Casts a type into another type.
 
template<>
xtd::ulong xtd::as< xtd::ulong > (int64 value)
 Casts a type into another type.
 
template<>
xtd::ulong xtd::as< xtd::ulong > (sbyte value)
 Casts a type into another type.
 
template<>
xtd::ulong xtd::as< xtd::ulong > (slong value)
 Casts a type into another type.
 
template<>
xtd::ulong xtd::as< xtd::ulong > (std::any value)
 Casts a type into another type.
 
template<>
xtd::ulong xtd::as< xtd::ulong > (uint16 value)
 Casts a type into another type.
 
template<>
xtd::ulong xtd::as< xtd::ulong > (uint32 value)
 Casts a type into another type.
 
template<>
xtd::ulong xtd::as< xtd::ulong > (uint64 value)
 Casts a type into another type.
 
template<>
xtd::ulong xtd::as< xtd::ulong > (wchar *value)
 Casts a type into another type.
 
template<>
xtd::ulong xtd::as< xtd::ulong > (wchar value)
 Casts a type into another type.
 
template<>
xtd::ulong xtd::as< xtd::ulong > (xtd::byte value)
 Casts a type into another type.
 
template<>
xtd::ulong xtd::as< xtd::ulong > (xtd::ulong value)
 Casts a type into another type.
 
template<>
xtd::ustring xtd::as< xtd::ustring > (char *value)
 Casts a type into another type.
 
template<>
xtd::ustring xtd::as< xtd::ustring > (char16 *value)
 Casts a type into another type.
 
template<>
xtd::ustring xtd::as< xtd::ustring > (char32 *value)
 Casts a type into another type.
 
template<>
xtd::ustring xtd::as< xtd::ustring > (char8 *value)
 Casts a type into another type.
 
template<>
xtd::ustring xtd::as< xtd::ustring > (const char *value)
 Casts a type into another type.
 
template<>
xtd::ustring xtd::as< xtd::ustring > (const char16 *value)
 Casts a type into another type.
 
template<>
xtd::ustring xtd::as< xtd::ustring > (const char32 *value)
 Casts a type into another type.
 
template<>
xtd::ustring xtd::as< xtd::ustring > (const char8 *value)
 Casts a type into another type.
 
template<>
xtd::ustring xtd::as< xtd::ustring > (const std::string &value)
 Casts a type into another type.
 
template<>
xtd::ustring xtd::as< xtd::ustring > (const std::u16string &value)
 Casts a type into another type.
 
template<>
xtd::ustring xtd::as< xtd::ustring > (const std::u32string &value)
 Casts a type into another type.
 
template<>
xtd::ustring xtd::as< xtd::ustring > (const std::u8string &value)
 Casts a type into another type.
 
template<>
xtd::ustring xtd::as< xtd::ustring > (const std::wstring &value)
 Casts a type into another type.
 
template<>
xtd::ustring xtd::as< xtd::ustring > (const wchar *value)
 Casts a type into another type.
 
template<>
xtd::ustring xtd::as< xtd::ustring > (const xtd::ustring &value)
 Casts a type into another type.
 
template<>
xtd::ustring xtd::as< xtd::ustring > (std::string &value)
 Casts a type into another type.
 
template<>
xtd::ustring xtd::as< xtd::ustring > (std::u16string &value)
 Casts a type into another type.
 
template<>
xtd::ustring xtd::as< xtd::ustring > (std::u32string &value)
 Casts a type into another type.
 
template<>
xtd::ustring xtd::as< xtd::ustring > (std::u8string &value)
 Casts a type into another type.
 
template<>
xtd::ustring xtd::as< xtd::ustring > (std::wstring &value)
 Casts a type into another type.
 
template<>
xtd::ustring xtd::as< xtd::ustring > (wchar *value)
 Casts a type into another type.
 
template<>
xtd::ustring xtd::as< xtd::ustring > (xtd::ustring &value)
 Casts a type into another type.
 
std::ostream xtd::cnull (nullptr)
 Provides a null std::ostream.
 
std::ostream xtd::ctrace (nullptr)
 Provides an std::ostream for xtd::diagnostics::trace.
 
template<typename type_t , typename param_t >
bool xtd::is (const param_t &value)
 Checks if the result of an expression is compatible with a given type.
 
template<typename type_t , typename param_t >
bool xtd::is (const param_t *value)
 Checks if the result of an expression is compatible with a given type.
 
template<typename type_t , typename param_t >
bool xtd::is (param_t &value)
 Checks if the result of an expression is compatible with a given type.
 
template<typename type_t , typename param_t >
bool xtd::is (param_t *value)
 Checks if the result of an expression is compatible with a given type.
 
template<typename type_t >
bool xtd::is (std::any value)
 Checks if the result of an expression is compatible with a given type.
 
template<typename new_type_t , typename current_type_t >
bool xtd::is (std::shared_ptr< current_type_t > &value)
 Checks if the result of an expression is compatible with a given type.
 
template<>
bool xtd::is< bool > (bool value)
 Checks if the result of an expression is compatible with a given type.
 
template<>
bool xtd::is< decimal > (decimal value)
 Checks if the result of an expression is compatible with a given type.
 
template<>
bool xtd::is< double > (double value)
 Checks if the result of an expression is compatible with a given type.
 
template<>
bool xtd::is< float > (float value)
 Checks if the result of an expression is compatible with a given type.
 
template<>
bool xtd::is< int16 > (int16 value)
 Checks if the result of an expression is compatible with a given type.
 
template<>
bool xtd::is< int32 > (int32 value)
 Checks if the result of an expression is compatible with a given type.
 
template<>
bool xtd::is< int64 > (int64 value)
 Checks if the result of an expression is compatible with a given type.
 
template<>
bool xtd::is< sbyte > (sbyte value)
 Checks if the result of an expression is compatible with a given type.
 
template<>
bool xtd::is< slong > (slong value)
 Checks if the result of an expression is compatible with a given type.
 
template<>
bool xtd::is< std::any > (std::any value)
 Checks if the result of an expression is compatible with a given type.
 
template<>
bool xtd::is< uint16 > (uint16 value)
 Checks if the result of an expression is compatible with a given type.
 
template<>
bool xtd::is< uint32 > (uint32 value)
 Checks if the result of an expression is compatible with a given type.
 
template<>
bool xtd::is< uint64 > (uint64 value)
 Checks if the result of an expression is compatible with a given type.
 
template<>
bool xtd::is< xtd::byte > (xtd::byte value)
 Checks if the result of an expression is compatible with a given type.
 
template<>
bool xtd::is< xtd::ulong > (xtd::ulong value)
 Checks if the result of an expression is compatible with a given type.
 
xtd::byte xtd::operator""_b (const char *s, size_t n)
 Used to convert specified value into byte.
 
xtd::byte xtd::operator""_b (const char16 *s, size_t n)
 Used to convert specified value into byte.
 
xtd::byte xtd::operator""_b (const char32 *s, size_t n)
 Used to convert specified value into byte.
 
xtd::byte xtd::operator""_b (const char8 *s, size_t n)
 Used to convert specified value into byte.
 
xtd::byte xtd::operator""_b (const wchar *s, size_t n)
 Used to convert specified value into byte.
 
xtd::byte xtd::operator""_b (long double n)
 Used to convert specified value into byte.
 
xtd::byte xtd::operator""_b (unsigned long long n)
 Used to convert specified value into byte.
 
char32 xtd::operator""_c (char c)
 Used to convert specified value into char32._t.
 
char32 xtd::operator""_c (char16 c)
 Used to convert specified value into char32._t.
 
char32 xtd::operator""_c (char32 c)
 Used to convert specified value into char32._t.
 
char32 xtd::operator""_c (unsigned long long c)
 Used to convert specified value into char32._t.
 
char32 xtd::operator""_c (wchar c)
 Used to convert specified value into char32._t.
 
double xtd::operator""_d (const char *s, size_t n)
 Used to convert specified value into byte.
 
double xtd::operator""_d (const char16 *s, size_t n)
 Used to convert specified value into byte.
 
double xtd::operator""_d (const char32 *s, size_t n)
 Used to convert specified value into byte.
 
double xtd::operator""_d (const char8 *s, size_t n)
 Used to convert specified value into byte.
 
double xtd::operator""_d (const wchar *s, size_t n)
 Used to convert specified value into byte.
 
double xtd::operator""_d (long double n)
 Used to convert specified value into byte.
 
double xtd::operator""_d (unsigned long long n)
 Used to convert specified value into byte.
 
float xtd::operator""_f (const char *s, size_t n)
 Used to convert specified value into byte.
 
float xtd::operator""_f (const char16 *s, size_t n)
 Used to convert specified value into byte.
 
float xtd::operator""_f (const char32 *s, size_t n)
 Used to convert specified value into byte.
 
float xtd::operator""_f (const char8 *s, size_t n)
 Used to convert specified value into byte.
 
float xtd::operator""_f (const wchar *s, size_t n)
 Used to convert specified value into byte.
 
float xtd::operator""_f (long double n)
 Used to convert specified value into byte.
 
float