|   | DiffMatchPatchEncodeURI Method | 
        
        
            Encodes a string with URI-style % escaping.
            Compatible with JavaScript's encodeURI function.
            
        
        Namespace: GSF.TextAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.257-beta+00aa2366fbb9ec75f636ebc7cfa610e3826a727c
 Syntax
Syntaxpublic static string EncodeURI(
	string str
)
Public Shared Function EncodeURI ( 
	str As String
) As String
public:
static String^ EncodeURI(
	String^ str
)
static member EncodeURI : 
        str : string -> string GSF.Text.DiffMatchPatch.EncodeURI = function(str);
Parameters
- str  String
- The string to encode
Return Value
StringThe encoded string
 See Also
See Also