FndUrlParameter.UrlEncode Method |
Encodes a string for safe transportation as an URL parameter
Namespace:
Ifs.Fnd.Core
Assembly:
Ifs.Fnd.Core (in Ifs.Fnd.Core.dll) Version: 4.52.10.0 (10.2.2.9999)
Syntaxpublic static string UrlEncode(
string value
)
Parameters
- value
- Type: System.String
A string to be encoded
Return Value
Type:
StringEncoded string
See Also