TypeConversion Methods

 

Namespace:   Microsoft.WindowsAzure.Common.Internals
Assembly:  Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticBytesToString(array<Byte>^)

Decodes all of the bytes in the specified byte array into a string.

System_CAPS_pubmethodSystem_CAPS_staticFrom8601TimeSpan(String^)

Convert a string from ISO 8601 format to a TimeSpan instance.

System_CAPS_pubmethodSystem_CAPS_staticFromBase64String(String^)

Converts the specified string of encoded binary data to an UTF8-encoded string.

System_CAPS_pubmethodSystem_CAPS_staticTo8601String(TimeSpan)

Convert a TimeSpan object into an 8601-formatted string.

System_CAPS_pubmethodSystem_CAPS_staticToBase64String(String^)

Converts an array of 8-bit unsigned integers to its equivalent string representation that is encoded with base-64 digits.

System_CAPS_pubmethodSystem_CAPS_staticTryParseUri(String^)

Parses a string value into a URI representation.

Return to top
Show: