UriUtility.UrlDecode 方法 (array<Byte[], Int32, Int32, Encoding)

命名空间:  Microsoft.TeamFoundation.Common
程序集:  Microsoft.TeamFoundation.Common(在 Microsoft.TeamFoundation.Common.dll 中)

语法

声明
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
)

参数

返回值

类型:System.String

.NET Framework 安全性

请参见

参考

UriUtility 类

UrlDecode 重载

Microsoft.TeamFoundation.Common 命名空间