| ZennoLab.Macros Assembly > ZennoLab.Macros Namespace > TextProcessing Class : UrlEncode Method |
Type: System.String
The source string.
public static string UrlEncode( string sourceString )
Type: System.String
The source string.
Type: System.String
A encoded string.
var result = Macros.TextProcessing.UrlEncode("<"); return result; // result = "%3C"
$result = Macros::TextProcessing::UrlEncode("<"); return $result; // result = "%3C"
Target Platforms: Desktop: Windows XP SP3 and older. Server: Windows Server 2003 and older.