Click or drag to resize

LiteralCharToEscapedString Method

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
protected static void CharToEscapedString(
	StringBuilder builder,
	char ch,
	bool isChar
)

Parameters

builder
Type: System.TextStringBuilder
ch
Type: SystemChar
isChar
Type: SystemBoolean
See Also