Static Public Member Functions | |
static ASPOSECPP_SHARED_API String | EncodeName (const String &name) |
static ASPOSECPP_SHARED_API String | EncodeLocalName (const String &name) |
static ASPOSECPP_SHARED_API String | DecodeName (const String &name) |
static ASPOSECPP_SHARED_API String | ToString (bool value) |
static ASPOSECPP_SHARED_API String | ToString (char16_t value) |
static ASPOSECPP_SHARED_API String | ToString (int8_t value) |
static ASPOSECPP_SHARED_API String | ToString (uint8_t value) |
static ASPOSECPP_SHARED_API String | ToString (int16_t value) |
static ASPOSECPP_SHARED_API String | ToString (uint16_t value) |
static ASPOSECPP_SHARED_API String | ToString (int32_t value) |
static ASPOSECPP_SHARED_API String | ToString (uint32_t value) |
static ASPOSECPP_SHARED_API String | ToString (int64_t value) |
static ASPOSECPP_SHARED_API String | ToString (uint64_t value) |
static ASPOSECPP_SHARED_API String | ToString (double value) |
static ASPOSECPP_SHARED_API String | ToString (float value) |
static ASPOSECPP_SHARED_API String | ToString (const System::Guid &value) |
static ASPOSECPP_SHARED_API String | ToString (DateTime value, const String &format=u"yyyy-MM-ddTHH:mm:ss.fffffffzzzzzz") |
static ASPOSECPP_SHARED_API String | ToString (const Decimal &value) |
static ASPOSECPP_SHARED_API char_t | ToChar (const String &s) |
static ASPOSECPP_SHARED_API int8_t | ToSByte (const String &s) |
static ASPOSECPP_SHARED_API uint8_t | ToByte (const String &s) |
static ASPOSECPP_SHARED_API bool | ToBoolean (const String &s) |
static ASPOSECPP_SHARED_API double | ToDouble (const String &s) |
static ASPOSECPP_SHARED_API float | ToSingle (const String &s) |
static ASPOSECPP_SHARED_API int16_t | ToInt16 (const String &s) |
static ASPOSECPP_SHARED_API uint16_t | ToUInt16 (const String &s) |
static ASPOSECPP_SHARED_API int | ToInt32 (const String &s) |
static ASPOSECPP_SHARED_API uint32_t | ToUInt32 (const String &s) |
static ASPOSECPP_SHARED_API int64_t | ToInt64 (const String &s) |
static ASPOSECPP_SHARED_API uint64_t | ToUInt64 (const String &s) |
static ASPOSECPP_SHARED_API System::Guid | ToGuid (const String &s) |
static ASPOSECPP_SHARED_API System::DateTime | ToDateTime (const String &s) |
static ASPOSECPP_SHARED_API System::DateTime | ToDateTime (const String &s, XmlDateTimeSerializationMode mode) |
static ASPOSECPP_SHARED_API System::DateTime | ToDateTime (const String &s, const String &format) |
static ASPOSECPP_SHARED_API System::DateTime | ToDateTime (const String &s, const SharedPtr< Array< String >> &formats) |
static ASPOSECPP_SHARED_API System::TimeSpan | ToTimeSpan (const String &s) |
static ASPOSECPP_SHARED_API System::TimeSpan | ToTimeSpan (const String &s, const String &format) |
static ASPOSECPP_SHARED_API System::Decimal | ToDecimal (const String &s) |
Contains methods for encoding and decoding XML names and methods for converting between C++ types and XSD types. This is a static type with no instance services. You should never create instances of it by any means.
|
static |
Decodes the specified name by unescaping the escaped characters.
name | The name to decode |
|
static |
Converts the specified name into valid XML local name by escaping all invalid characters.
name | The name to be converted |
|
static |
Converts the specified name into valid XML name by escaping all invalid characters.
name | The name to be converted |
|
static |
Converts the string representation of a boolean value to equivalent boolean value.
s | The string representation of a boolean value |
|
static |
Converts the string representation of an unsigned 8-bit integer value to equivalent unsigned 8-bit integer value.
s | The string representation of an unsigned 8-bit integer value |
s
|
static |
Returns the first character of the specified string.
s | The string |
s
or 0 if the length of s
is 0.
|
static |
NOT IMPLEMENTED
NotImplementedException |
|
static |
NOT IMPLEMENTED
NotImplementedException |
|
static |
Converts the specified string representation of date and time to equivalent DateTime object using the specified string format.
s | The string representation of date and time to convert |
format | The string format to use when parsing the string s |
s
|
static |
Converts the specified string representation of date and time to equivalent DateTime object using one of the specified string formats.
s | The string representation of date and time to convert |
formats | Array of string formats to use when parsing the string s |
s
|
static |
|
static |
Converts the string representation of a double-precision floating point value to equivalent double-precision floating point value value.
s | The string representation of a double-precision floating point value |
s
|
static |
|
static |
Converts the string representation of a 16-bit integer value to equivalent 16-bit integer value.
s | The string representation of a 16-bit integer value |
s
|
static |
Converts the string representation of a 32-bit integer value to equivalent 32-bit integer value.
s | The string representation of a 32-bit integer value |
s
|
static |
Converts the string representation of a 64-bit integer value to equivalent 64-bit integer value.
s | The string representation of a 64-bit integer value |
s
|
static |
Converts the string representation of an 8-bit integer value to equivalent 8-bit integer value.
s | The string representation of an 8-bit integer value |
s
|
static |
Converts the string representation of a single-precision floating point value to equivalent single-precision floating point value.
s | The string representation of a single-precision floating point value |
s
|
static |
Converts the specified boolean value to its string representation.
value | The boolean value to convert |
value
= true, otherwise - "false"
|
static |
Converts the specified char value to its string representation.
value | The char16_t value to convert |
value
|
static |
Converts the specified 8-bit integer value to its string representation.
value | An 8-bit integer value to convert |
value
|
static |
Converts the specified unsigned 8-bit integer value to its string representation.
value | An unsigned 8-bit integer value to convert |
value
|
static |
Converts the specified 16-bit integer value to its string representation.
value | A 16-bit integer value to convert |
value
|
static |
Converts the specified unsigned 16-bit integer value to its string representation.
value | An unsigned 16-bit integer value to convert |
value
|
static |
Converts the specified 32-bit integer value to its string representation.
value | A 32-bit integer value to convert |
value
|
static |
Converts the specified unsigned 32-bit integer value to its string representation.
value | An unsigned 32-bit integer value to convert |
value
|
static |
Converts the specified 64-bit integer value to its string representation.
value | A 64-bit integer value to convert |
value
|
static |
Converts the specified unsigned 64-bit integer value to its string representation.
value | An unsigned 64-bit integer value to convert |
value
|
static |
Converts the specified double-precision floating point value to its string representation.
value | A double-precision floating point value to convert |
value
|
static |
Converts the specified single-precision floating point value to its string representation.
value | A single-precision floating point value to convert |
value
|
static |
|
static |
Converts the specified DateTime object to its string representation using the specified string format.
value | An 8-bit integer value to convert |
format | The string format |
value
in format format
|
static |
|
static |
NOT IMPLEMENTED
NotImplementedException |
|
static |
Converts the string representation of an unsigned 16-bit integer value to equivalent unsigned 16-bit integer value.
s | The string representation of an unsigned 16-bit integer value |
s
|
static |
Converts the string representation of an unsigned 32-bit integer value to equivalent unsigned 32-bit integer value.
s | The string representation of an unsigned 32-bit integer value |
s
|
static |
Converts the string representation of an unsigned 64-bit integer value to equivalent unsigned 64-bit integer value.
s | The string representation of an unsigned 64-bit integer value |
s