[]
        
(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)
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)
Parameters
Type Name Description
string ident
string instr
Returns
Type Description
string