Converts a string to its escaped representation.
Public Shared Function EscapeDataString ( _ stringToEscape As String _ ) As String
Dim stringToEscape As String Dim returnValue As String returnValue = Uri.EscapeDataString(stringToEscape)
public static string EscapeDataString( string stringToEscape )
public: static String^ EscapeDataString( String^ stringToEscape )
public static function EscapeDataString( stringToEscape : String ) : String
stringToEscape is nullNothingnullptra null reference (Nothing in Visual Basic).
The length of stringToEscape exceeds 32766 characters.
By default, the EscapeDataString method converts all characters except for RFC 2396 unreserved characters to their hexadecimal representation. If International Resource Identifiers (IRIs) or Internationalized Domain Name (IDN) parsing is enabled, the EscapeDataString method converts all characters, except for RFC 3986 unreserved characters, to their hexadecimal representation. All Unicode characters are converted to UTF-8 format before being escaped.
This method assumes that stringToEscape has no escape sequences in it.
By default, the string is escaped according to RFC 2396. If International Resource Identifiers (IRIs) or Internationalized Domain Name (IDN) parsing is enabled, the string is escaped according to RFC 3986 and RFC 3987. See these RFCs for a definition of reserved and unreserved characters.
For more information on IRI support, see the Remarks section for the Uri class.
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98, Windows CE, Windows Mobile for Smartphone, Windows Mobile for Pocket PC, Xbox 360, Zune