UrlEncodingEncode(String) Method
Converts a
String to its escaped representation.
Namespace: FolkerKinzel.StringsAssembly: FolkerKinzel.Strings (in FolkerKinzel.Strings.dll) Version: 9.4.3+0b4e3cc14d7870504a77e224d298b921bfc6f2ee
public static string Encode(
string stringToEscape
)
Public Shared Function Encode (
stringToEscape As String
) As String
public:
static String^ Encode(
String^ stringToEscape
)
static member Encode :
stringToEscape : string -> string
- stringToEscape String
- The String to escape.
StringThe escaped representation of
stringToEscape.