EscapeDataString()

Uri::EscapeDataString(const String&) method

Converts a string to its escaped representation.

static String System::Uri::EscapeDataString(const String &stringToEscape)

Arguments

ParameterTypeDescription
stringToEscapeconst String&The string to escape

Return Value

A new string containing the escaped representation of stringToEscape

See Also