 | StringUtilsUrlEncode Method |
UrlEncodes a string without the requirement for System.Web
Namespace:
Koden.Utils
Assembly:
Koden.Utils (in Koden.Utils.dll) Version: 1.1.6453.26060
Syntaxpublic static string UrlEncode(
string text
)
Public Shared Function UrlEncode (
text As String
) As String
public:
static String^ UrlEncode(
String^ text
)
static member UrlEncode :
text : string -> string
Parameters
- text
- Type: SystemString
The text.
Return Value
Type:
String[Missing <returns> documentation for "M:Koden.Utils.StringUtils.UrlEncode(System.String)"]
See Also