ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Data.VBFunctionLib Assembly / GrapeCity.Enterprise.Data.VisualBasicReplacement Namespace / Strings Class / Len Method / Len(Boolean) Method
Any valid String expression or variable name. If expression is of type Object, the Len function returns the size as it will be written to the file by the FilePut function.

In This Topic
Len(Boolean) Method
In This Topic
Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable.
Syntax
'Declaration
 
Public Overloads Shared Function Len( _
   ByVal expression As Boolean _
) As Integer
 

Parameters

expression
Any valid String expression or variable name. If expression is of type Object, the Len function returns the size as it will be written to the file by the FilePut function.

Return Value

Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable.
See Also