Click or drag to resize

JcampReaderDoubleParse Method

Parses a double value from a string using the invariant number format first and then a format using a comma as decimal separator if the invariant parse fails. Throws on failure.

Namespace: Altaxo.Serialization.Jcamp
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public static void DoubleParse(
	string s,
	out double x
)

Parameters

s  String
The string to parse.
x  Double
When this method returns, contains the parsed double value.
See Also