Calitha GOLD Parser Engine Documentation

StringUtil.ShowEscapeChars Method 

Replaces the characters null, alert, backspace, form feed, newline, carriage return, horizontal tab and vertical tab with their escaped version. This allows you to show the escape characters.

public static string ShowEscapeChars(
   string str
);

Parameters

str

Return Value

See Also

StringUtil Class | com.calitha.commons Namespace