Method ToStringEscaped
ToStringEscaped()
Return an escaped System.String
Declaration
public string ToStringEscaped()
Returns
Type | Description |
---|---|
System.String | an escaped System.String |
ToStringEscaped(Char[])
Return an escaped System.String
Declaration
public ICharSequence ToStringEscaped(char[] enabledChars)
Parameters
Type | Name | Description |
---|---|---|
System.Char[] | enabledChars | array of chars to be escaped |
Returns
Type | Description |
---|---|
ICharSequence | an escaped System.String |