ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Data.VBFunctionLib Assembly / GrapeCity.Enterprise.Data.VisualBasicReplacement Namespace / Strings Class / LSet Method
Required. String expression. Name of string variable.
Required. Integer expression. Length of returned string.

In This Topic
LSet Method
In This Topic
Returns a left-aligned string containing the specified string adjusted to the specified length.
Syntax
'Declaration
 
Public Shared Function LSet( _
   ByVal source As String, _
   ByVal length As Integer _
) As String
 

Parameters

source
Required. String expression. Name of string variable.
length
Required. Integer expression. Length of returned string.

Return Value

Returns a left-aligned string containing the specified string adjusted to the specified length.
See Also