TypeConversion 成员

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

以下各表列出了由 TypeConversion 类型公开的成员。

公共 方法

  Name 说明
BytesToString Decodes all of the bytes in the specified byte array into a string.
From8601TimeSpan Convert a string from ISO 8601 format to a TimeSpan instance.
FromBase64String Converts the specified string of encoded binary data to an UTF8-encoded string.
To8601String Convert a TimeSpan object into an 8601-formatted string.
ToBase64String Converts an array of 8-bit unsigned integers to its equivalent string representation that is encoded with base-64 digits.
TryParseUri Parses a string value into a URI representation.

返回页首

另请参阅

参考

TypeConversion 类
Microsoft.WindowsAzure.Common.Internals 命名空间