C# 클래스 GameMaker.FlowAnalysis.StringExtensions

파일 보기 프로젝트 열기: WarlockD/GMdsam

공개 메소드들

메소드 설명
CharAtOrDefault ( this s, int index ) : char
EscapeString ( this sb, string text, bool withQuotes = true, bool withEndingNewLine = false, string NewLineReplacment = null ) : void
EscapeStringWithEndingNewLine ( this text, string NewLineReplacment = null ) : string
EscapeStringWithOutQuotes ( this text, string NewLineReplacment = null ) : string

비공개 메소드들

메소드 설명
StringExtensions ( ) : System

메소드 상세

CharAtOrDefault() 공개 정적인 메소드

public static CharAtOrDefault ( this s, int index ) : char
s this
index int
리턴 char

EscapeString() 공개 정적인 메소드

public static EscapeString ( this sb, string text, bool withQuotes = true, bool withEndingNewLine = false, string NewLineReplacment = null ) : void
sb this
text string
withQuotes bool
withEndingNewLine bool
NewLineReplacment string
리턴 void

EscapeStringWithEndingNewLine() 공개 정적인 메소드

public static EscapeStringWithEndingNewLine ( this text, string NewLineReplacment = null ) : string
text this
NewLineReplacment string
리턴 string

EscapeStringWithOutQuotes() 공개 정적인 메소드

public static EscapeStringWithOutQuotes ( this text, string NewLineReplacment = null ) : string
text this
NewLineReplacment string
리턴 string