AppendLine()

StringBuilder::AppendLine() method

Appends new line character to builder.

StringBuilder * System::Text::StringBuilder::AppendLine()

Return Value

This pointer.

StringBuilder::AppendLine(const String&) method

Appends string followed by new line character to builder.

StringBuilder * System::Text::StringBuilder::AppendLine(const String &str)

Arguments

ParameterTypeDescription
strconst String&String to add.

Return Value

This pointer.

See Also