XPath2Functions.UpperCase MethodXPath2Functions.UpperCase MethodXPath2Functions::UpperCase Method

Implementation of the fn:upper-case function.

Syntax

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

Parameters

argument

Type: System.StringSystem.StringSystem::String^

The argument.

Return Value

Type: System.StringSystem.StringSystem::String^

The value of the function.