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

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

    Parameters

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

    Return Value

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