Click or drag to resize

PegByteParserWarning Method

Reports a parser warning.

Namespace: Altaxo.Main.PegParser
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public bool Warning(
	string sMsg
)

Parameters

sMsg  String
The warning message.

Return Value

Boolean
Always true.
See Also