XPath2Functions.IriToUri MethodXPath2Functions.IriToUri MethodXPath2Functions::IriToUri Method

Implementation of the fn:encode-for-uri function.

Syntax

Public Shared Function IriToUri( _
    argument As String _
) As String
public static string IriToUri(
    string argument
)
public:
static String^ IriToUri(
    String^ argument
)
 

Parameters

argument

Type: System.StringSystem.StringSystem::String^

The value to encode.

Return Value

Type: System.StringSystem.StringSystem::String^

The value of the function.