ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Data.VBFunctionLib Assembly / GrapeCity.Enterprise.Data.VisualBasicReplacement Namespace / Strings Class / Len Method / Len(SByte) 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(SByte) 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 SByte _
    ) As Integer
    public static int Len( 
       sbyte expression
    )

    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