UriUtility.UrlDecode, méthode (array<Byte , Int32, Int32, Encoding)
Espace de noms : Microsoft.TeamFoundation.Common
Assembly : Microsoft.TeamFoundation.Common (dans Microsoft.TeamFoundation.Common.dll)
Syntaxe
'Déclaration
Public Shared Function UrlDecode ( _
bytes As Byte(), _
offset As Integer, _
count As Integer, _
e As Encoding _
) As String
public static string UrlDecode(
byte[] bytes,
int offset,
int count,
Encoding e
)
Paramètres
- bytes
Type : array<System.Byte[]
- offset
Type : System.Int32
- count
Type : System.Int32
- e
Type : System.Text.Encoding
Valeur de retour
Type : System.String
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.