PrependLineΒΆ
Prepends a copy of the specified string followed by the default line terminator to the beginning of the current File or StringBuilder object.
StringBuilderObject.PrependLine |
Prepends a copy of the specified string followed by the default line terminator to the beginning of the current File or StringBuilder object. |
StringBuilderObject.PrependLine (String) |
Prepends a copy of the specified string followed by the default line terminator to the beginning of the current File or StringBuilder object. |
StringBuilderObject.PrependLine (String, String) |
Prepends a copy of the specified string followed by the default line terminator to the beginning of the current File or StringBuilder object. |