UrlEncodingEncode(String) Method
Converts a
String to its escaped representation.
Namespace: FolkerKinzel.StringsAssembly: FolkerKinzel.Strings (in FolkerKinzel.Strings.dll) Version: 9.4.0+10a7d4d71aa960998e32ac0ac6c4fcbe4164c917
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.