Click or drag to resize

PegByteParserInto(PegBaseParserMatcher, Double) Method

Captures the bytes matched by the specified matcher and converts them to a double.

Namespace: Altaxo.Main.PegParser
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public bool Into(
	PegBaseParserMatcher toMatch,
	out double into
)

Parameters

toMatch  PegBaseParserMatcher
The matcher to execute.
into  Double
Receives the converted double value.

Return Value

Boolean
true if the match and conversion succeed; otherwise, false.
See Also