EncodeUtilDecodeUrlPart Method
IT Hit WebDAV Classes Reference
Decodes url part.
Namespace:
ITHit.WebDAV.Server
Assembly:
ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 13.3.13068
Syntax public static string DecodeUrlPart(
string part
)
Public Shared Function DecodeUrlPart (
part As String
) As String
public:
static String^ DecodeUrlPart(
String^ part
)
static member DecodeUrlPart :
part : string -> string
Parameters
- part
- Type: SystemString
Url part to decode.
Return Value
Type:
StringDecoded url part.
See Also