EAPEncodeDecodeUriComponent Method |
Decode a URI component.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public static string DecodeUriComponent(
string s
)
Public Shared Function DecodeUriComponent (
s As String
) As String
Parameters
- s
- Type: SystemString
The string to decode.
Return Value
Type:
StringThe decoded string.
See Also