ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Data.VBFunctionLib Assembly / GrapeCity.Enterprise.Data.VisualBasicReplacement Namespace / Strings Class / UCase Method / UCase(Char) Method
Required. Any valid String or Char expression.

In This Topic
    UCase(Char) Method
    In This Topic
    Returns a string or character containing the specified string converted to uppercase.
    Syntax
    'Declaration
     
    Public Overloads Shared Function UCase( _
       ByVal value As Char _
    ) As Char
    public static char UCase( 
       char value
    )

    Parameters

    value
    Required. Any valid String or Char expression.

    Return Value

    Returns a string or character containing the specified string converted to uppercase.
    See Also