共用方式為


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 命名空間