Method | Description | |
---|---|---|
Close ( ) : void |
Closes the current writer and releases any system resources associated with the writer.
|
|
FormattedStringWriter ( [ builder = null, [ formatProvider = null ) : System |
Initializes a new instance of the FormattedStringWriter class.
|
|
ToString ( ) : string |
Returns a System.String that represents this instance.
|
|
ToString ( [ format, [ formatProvider ) : string |
To the string.
|
|
Write ( [ buffer ) : void |
Writes the specified buffer.
|
|
Write ( [ format, [ arg0 ) : void |
Writes the specified format.
|
|
Write ( [ format, [ arg0, [ arg1 ) : void |
Writes the specified format.
|
|
Write ( [ format, [ arg0, [ arg1, [ arg2 ) : void |
Writes the specified format.
|
|
Write ( [ buffer, int index, int count ) : void |
Writes the specified buffer.
|
|
Write ( bool value ) : void |
Writes the specified value.
|
|
Write ( char value ) : void |
Writes the specified value.
|
|
Write ( decimal value ) : void |
Writes the specified value.
|
|
Write ( double value ) : void |
Writes the specified value.
|
|
Write ( float value ) : void |
Writes the specified value.
|
|
Write ( int value ) : void |
Writes the specified value.
|
|
Write ( long value ) : void |
Writes the specified value.
|
|
Write ( uint value ) : void |
Writes the specified value.
|
|
Write ( ulong value ) : void |
Writes the specified value.
|
|
WriteLine ( ) : void |
Writes the line.
|
|
WriteLine ( [ buffer ) : void |
Writes the line.
|
|
WriteLine ( [ format, [ arg0 ) : void |
Writes the line.
|
|
WriteLine ( [ format, [ arg0, [ arg1 ) : void |
Writes the line.
|
|
WriteLine ( [ format, [ arg0, [ arg1, [ arg2 ) : void |
Writes the line.
|
|
WriteLine ( [ buffer, int index, int count ) : void |
Writes the line.
|
|
WriteLine ( bool value ) : void |
Writes the line.
|
|
WriteLine ( char value ) : void |
Writes the line.
|
|
WriteLine ( decimal value ) : void |
Writes the line.
|
|
WriteLine ( double value ) : void |
Writes the line.
|
|
WriteLine ( float value ) : void |
Writes the line.
|
|
WriteLine ( int value ) : void |
Writes the line.
|
|
WriteLine ( long value ) : void |
Writes the line.
|
|
WriteLine ( uint value ) : void |
Writes the line.
|
|
WriteLine ( ulong value ) : void |
Writes the line.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Releases unmanaged and - optionally - managed resources.
|
Method | Description | |
---|---|---|
ToString ( [ formatProvider ) : string | ||
WriteAsync ( [ builder ) : System.Threading.Tasks.Task |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
return | void |
public FormattedStringWriter ( [ builder = null, [ formatProvider = null ) : System | ||
builder | [ | The builder. |
formatProvider | [ | The format provider. |
return | System |
public ToString ( [ format, [ formatProvider ) : string | ||
format | [ | The format. |
formatProvider | [ | The format provider. |
return | string |
public Write ( [ format, [ arg0 ) : void | ||
format | [ | The format. |
arg0 | [ | The arg0. |
return | void |
public Write ( [ format, [ arg0, [ arg1 ) : void | ||
format | [ | The format. |
arg0 | [ | The arg0. |
arg1 | [ | The arg1. |
return | void |
public Write ( [ format, [ arg0, [ arg1, [ arg2 ) : void | ||
format | [ | The format. |
arg0 | [ | The arg0. |
arg1 | [ | The arg1. |
arg2 | [ | The arg2. |
return | void |
public Write ( [ buffer, int index, int count ) : void | ||
buffer | [ | The buffer. |
index | int | The index. |
count | int | The count. |
return | void |
public WriteLine ( [ format, [ arg0 ) : void | ||
format | [ | The format. |
arg0 | [ | The arg0. |
return | void |
public WriteLine ( [ format, [ arg0, [ arg1 ) : void | ||
format | [ | The format. |
arg0 | [ | The arg0. |
arg1 | [ | The arg1. |
return | void |
public WriteLine ( [ format, [ arg0, [ arg1, [ arg2 ) : void | ||
format | [ | The format. |
arg0 | [ | The arg0. |
arg1 | [ | The arg1. |
arg2 | [ | The arg2. |
return | void |
public WriteLine ( [ buffer, int index, int count ) : void | ||
buffer | [ | The buffer. |
index | int | The index. |
count | int | The count. |
return | void |
public WriteLine ( decimal value ) : void | ||
value | decimal | The value. |
return | void |
public WriteLine ( double value ) : void | ||
value | double | The value. |
return | void |
public WriteLine ( float value ) : void | ||
value | float | The value. |
return | void |
public WriteLine ( ulong value ) : void | ||
value | ulong | The value. |
return | void |