Observação
O acesso a essa página exige autorização. Você pode tentar entrar ou alterar diretórios.
O acesso a essa página exige autorização. Você pode tentar alterar os diretórios.
Represents the utility methods that are used to convert static types.
As tabelas a seguir listam os membros expostos pelo tipo TypeConversion.
Público Métodos
| Nome | Descrição | |
|---|---|---|
| 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. |
Início
Consulte também
Referência
Classe TypeConversion
Namespace Microsoft.WindowsAzure.Common.Internals