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

In This Topic
    LCase(String) Method
    In This Topic
    Returns a string or character converted to lowercase.
    Syntax
    'Declaration
     
    Public Overloads Shared Function LCase( _
       ByVal value As String _
    ) As String
    public static string LCase( 
       string value
    )

    Parameters

    value
    Required. Any valid String or Char expression.

    Return Value

    Returns a string or character converted to lowercase.
    See Also