Share via


TypeConversion Class

 

Represents the utility methods that are used to convert static types.

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

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.Common.Internals.TypeConversion

Syntax

public static class TypeConversion
[ExtensionAttribute]
public ref class TypeConversion abstract sealed 
[<AbstractClass>]
[<Sealed>]
type TypeConversion = class end
<ExtensionAttribute>
Public NotInheritable Class TypeConversion

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static BytesToString(Byte[])

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

System_CAPS_pubmethodSystem_CAPS_static From8601TimeSpan(String)

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

System_CAPS_pubmethodSystem_CAPS_static FromBase64String(String)

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

System_CAPS_pubmethodSystem_CAPS_static To8601String(TimeSpan)

Convert a TimeSpan object into an 8601-formatted string.

System_CAPS_pubmethodSystem_CAPS_static ToBase64String(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_static TryParseUri(String)

Parses a string value into a URI representation.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.WindowsAzure.Common.Internals Namespace

Return to top