Converts a URI string to its escaped representation.
Public Shared Function EscapeUriString ( _ stringToEscape As String _ ) As String
Dim stringToEscape As String Dim returnValue As String returnValue = Uri.EscapeUriString(stringToEscape)
public static string EscapeUriString( string stringToEscape )
public: static String^ EscapeUriString( String^ stringToEscape )
public static function EscapeUriString( stringToEscape : String ) : String
stringToEscape is nullNothingnullptra null reference (Nothing in Visual Basic).
The length of stringToEscape exceeds 32766 characters.
Use the EscapeUriString method to prepare an unescaped URI string to be a parameter to the Uri constructor.
By default, the EscapeUriString method converts all characters, except RFC 2396 unreserved characters, to their hexadecimal representation. If International Resource Identifiers (IRIs) or Internationalized Domain Name (IDN) parsing is enabled, the EscapeUriString 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