Method Write
Write(string)
Writes a string to the output.
Declaration
void Write(string text)
Parameters
Type | Name | Description |
---|---|---|
string | text |
Write(string, int, int)
Writes a substring to the output.
Declaration
void Write(string text, int startIndex, int length)
Parameters
Type | Name | Description |
---|---|---|
string | text | |
int | startIndex | |
int | length |
Write(Format, object)
Writes the nested format to the output.
Declaration
void Write(Format format, object value)
Parameters
Type | Name | Description |
---|---|---|
Format | format | |
object | value |