System::Text::StringBuilder::AppendLine method

StringBuilder::AppendLine() method

Appends new line character to builder.

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

ReturnValue

This pointer.

See Also

StringBuilder::AppendLine(const String&) method

Appends string followed by new line character to builder.

StringBuilder * System::Text::StringBuilder::AppendLine(const String &str)
ParameterTypeDescription
strconst String&String to add.

ReturnValue

This pointer.

See Also