EAPEncodeDecodeFromUrl Method |
Decode a string obtained from a URL. Safe to call in web and client-server.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public static string DecodeFromUrl(
string s
)
Public Shared Function DecodeFromUrl (
s As String
) As String
Parameters
- s
- Type: SystemString
The string to decode.
Return Value
Type:
String
The string decoded using the .Net System.Web.HttpUtility.UrlDecode() method.
See Also