Method | Description | |
---|---|---|
Close ( ) : void | ||
Flush ( ) : void | ||
FormattedTextWriter ( |
||
HasBackWhiteSpace ( string s ) : bool | ||
HasFrontWhiteSpace ( string s ) : bool | ||
IsWhiteSpace ( string s ) : bool | ||
Trim ( string text, bool frontWhiteSpace ) : string | ||
Write ( bool value ) : void | ||
Write ( char value ) : void | ||
Write ( char buffer, int index, int count ) : void | ||
Write ( double value ) : void | ||
Write ( float value ) : void | ||
Write ( int value ) : void | ||
Write ( long value ) : void | ||
Write ( object value ) : void | ||
Write ( string s ) : void | ||
Write ( string format, object arg0 ) : void | ||
Write ( string format, object arg0, object arg1 ) : void | ||
WriteLine ( ) : void | ||
WriteLine ( bool value ) : void | ||
WriteLine ( char value ) : void | ||
WriteLine ( char buffer, int index, int count ) : void | ||
WriteLine ( double value ) : void | ||
WriteLine ( float value ) : void | ||
WriteLine ( int value ) : void | ||
WriteLine ( long value ) : void | ||
WriteLine ( object value ) : void | ||
WriteLine ( string s ) : void | ||
WriteLine ( string format, object arg0 ) : void | ||
WriteLine ( string format, object arg0, object arg1 ) : void | ||
WriteLineIfNotOnNewLine ( ) : void | ||
WriteLiteral ( string s ) : void | ||
WriteLiteralWrapped ( string s, int maxLength ) : void |
Method | Description | |
---|---|---|
MakeSingleLine ( string s ) : string |
Converts the string into a single line seperated by single spaces
|
|
OutputIndent ( ) : void |
public FormattedTextWriter ( |
||
writer | ||
indentString | string | |
return | System |
public static HasBackWhiteSpace ( string s ) : bool | ||
s | string | |
return | bool |
public static HasFrontWhiteSpace ( string s ) : bool | ||
s | string | |
return | bool |
public static IsWhiteSpace ( string s ) : bool | ||
s | string | |
return | bool |
public static Trim ( string text, bool frontWhiteSpace ) : string | ||
text | string | |
frontWhiteSpace | bool | |
return | string |
public Write ( char buffer, int index, int count ) : void | ||
buffer | char | |
index | int | |
count | int | |
return | void |
public Write ( string format, object arg0 ) : void | ||
format | string | |
arg0 | object | |
return | void |
public Write ( string format, object arg0, object arg1 ) : void | ||
format | string | |
arg0 | object | |
arg1 | object | |
return | void |
public WriteLine ( char buffer, int index, int count ) : void | ||
buffer | char | |
index | int | |
count | int | |
return | void |
public WriteLine ( string format, object arg0 ) : void | ||
format | string | |
arg0 | object | |
return | void |
public WriteLine ( string format, object arg0, object arg1 ) : void | ||
format | string | |
arg0 | object | |
arg1 | object | |
return | void |
public WriteLiteralWrapped ( string s, int maxLength ) : void | ||
s | string | |
maxLength | int | |
return | void |