Click or drag to resize

LiteralExtractVerbatimString Method

Extract the actual string starting at the specified offset, with any verbatim escaped double quotes processed.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
protected Object ExtractVerbatimString(
	int offset
)

Parameters

offset
Type: SystemInt32

Return Value

Type: Object
See Also