[]
Indent a String that contains newlines.
public static string indent(string ident, StringBuilder instr)
Type | Name | Description |
---|---|---|
string | ident | |
StringBuilder | instr |
Type | Description |
---|---|
string |
Indent a String that contains newlines.
public static string indent(string ident, string instr)
Type | Name | Description |
---|---|---|
string | ident | |
string | instr |
Type | Description |
---|---|
string |