ActiveReports 12
LCase(Char) Method

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.Enterprise.Data.VisualBasicReplacement Namespace > Strings Class > LCase Method : LCase(Char) Method
Required. Any valid String or Char expression.
Returns a string or character converted to lowercase.
Syntax
'Declaration
 
Public Overloads Shared Function LCase( _
   ByVal value As Char _
) As Char
public static char LCase( 
   char value
)

Parameters

value
Required. Any valid String or Char expression.

Return Value

Returns a string or character converted to lowercase.
See Also

Reference

Strings Class
Strings Members
Overload List