ComponentOne PDF for .NET
CSJ2K.Color Namespace / ColorSpace Class / indent Method / indent(String,String) Method

In This Topic
    indent(String,String) Method
    In This Topic
    Indent a String that contains newlines.
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function indent( _
       ByVal ident As String, _
       ByVal instr As String _
    ) As String
    public static string indent( 
       string ident,
       string instr
    )

    Parameters

    ident
    instr
    See Also