DataEngine for .NET Standard | ComponentOne
C1.DataEngine Assembly / C1.DataEngine Namespace / Op Class / SubStr Method
String operand.
Extract substring starting from this index.
Length of the substring.

In This Topic
    SubStr Method
    In This Topic
    Substring: unary, simple (without aggregation) operation on strings.
    Syntax
    'Declaration
     
    Public Shared Function SubStr( _
       ByVal col As Column, _
       ByVal startIndex As Integer, _
       ByVal length As Integer _
    ) As ColumnOp
    public static ColumnOp SubStr( 
       Column col,
       int startIndex,
       int length
    )

    Parameters

    col
    String operand.
    startIndex
    Extract substring starting from this index.
    length
    Length of the substring.
    See Also