Method | Description | |
---|---|---|
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 |
Method | Description | |
---|---|---|
StringExtensions ( ) : System |
public static CharAtOrDefault ( this s, int index ) : char | ||
s | this | |
index | int | |
return | char |
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 | |
return | void |
public static EscapeStringWithEndingNewLine ( this text, string NewLineReplacment = null ) : string | ||
text | this | |
NewLineReplacment | string | |
return | string |
public static EscapeStringWithOutQuotes ( this text, string NewLineReplacment = null ) : string | ||
text | this | |
NewLineReplacment | string | |
return | string |