XPath2Functions.LowerCase MethodXPath2Functions.LowerCase MethodXPath2Functions::LowerCase Method

Implementation of the fn:upper-case function.

Syntax

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

Parameters

argument

Type: System.StringSystem.StringSystem::String^

The argument.

Return Value

Type: System.StringSystem.StringSystem::String^

The value of the function.