Click or drag to resize

LiteralGetFormatString Method

Get the equivalent format string if the literal is an interpolated string. If the literal is a non-interpolated string, the string value will be returned, otherwise null.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public string GetFormatString(
	bool withEscapeSequences = false
)

Parameters

withEscapeSequences (Optional)
Type: SystemBoolean

Return Value

Type: String
See Also