Click or drag to resize

LiteralProcessVerbatimEscapes Method

Process any verbatim escape sequences in the specified raw string and optional offset, returning the actual string.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public static string ProcessVerbatimEscapes(
	string rawString,
	int startOffset = 0,
	int length = -1
)

Parameters

rawString
Type: SystemString
startOffset (Optional)
Type: SystemInt32
length (Optional)
Type: SystemInt32

Return Value

Type: String
See Also