C# 클래스 JavaScriptEngineSwitcher.Core.Utilities.StringBuilderExtensions

Extensions for StringBuilder
파일 보기 프로젝트 열기: Taritsyn/JavaScriptEngineSwitcher

공개 메소드들

메소드 설명
AppendFormatLine ( this source ) : StringBuilder

Appends the default line terminator to the end of the current StringBuilder instance

AppendFormatLine ( this source, string format ) : StringBuilder

Appends the string returned by processing a composite format string, which contains zero or more format items, with default line terminator to this instance. Each format item is replaced by the string representation of a corresponding argument in a parameter array.

메소드 상세

AppendFormatLine() 공개 정적인 메소드

Appends the default line terminator to the end of the current StringBuilder instance
public static AppendFormatLine ( this source ) : StringBuilder
source this Instance of
리턴 StringBuilder

AppendFormatLine() 공개 정적인 메소드

Appends the string returned by processing a composite format string, which contains zero or more format items, with default line terminator to this instance. Each format item is replaced by the string representation of a corresponding argument in a parameter array.
public static AppendFormatLine ( this source, string format ) : StringBuilder
source this Instance of
format string A composite format string
리턴 StringBuilder