UriUtility.UrlDecodeToBytes-Methode (array<Byte , Int32, Int32)
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Declaration
Public Shared Function UrlDecodeToBytes ( _
bytes As Byte(), _
offset As Integer, _
count As Integer _
) As Byte()
public static byte[] UrlDecodeToBytes(
byte[] bytes,
int offset,
int count
)
Parameter
- bytes
Typ: array<System.Byte[]
- offset
Typ: System.Int32
- count
Typ: System.Int32
Rückgabewert
Typ: array<System.Byte[]
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.