ActiveReports 12
LCase(String) Method

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.Enterprise.Data.VisualBasicReplacement Namespace > Strings Class > LCase Method : LCase(String) 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 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

Reference

Strings Class
Strings Members
Overload List