[]
        
(Showing Draft Content)

CSJ2K.Color.ColorSpace.indent

indent Method

indent(string, StringBuilder)

Indent a String that contains newlines.

Declaration
public static string indent(string ident, StringBuilder instr)
Public Shared Function indent(ident As String, instr As StringBuilder) As String
Parameters
Type Name Description
string ident
StringBuilder instr
Returns
Type Description
string

indent(string, string)

Indent a String that contains newlines.

Declaration
public static string indent(string ident, string instr)
Public Shared Function indent(ident As String, instr As String) As String
Parameters
Type Name Description
string ident
string instr
Returns
Type Description
string