Click or drag to resize

IntervalTTryParse Method

Attempts to parse a string into an IntervalT.

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public static bool TryParse(
	string s,
	NumberStyles style,
	IFormatProvider provider,
	out Interval<T> result
)

Parameters

s  String
The string representation of a value.
style  NumberStyles
A bitwise combination of number styles permitted in s.
provider  IFormatProvider
An object that supplies culture-specific formatting information about s.
result  IntervalT
When this method returns, contains the parsed interval.

Return Value

Boolean
if s was parsed successfully; otherwise, .
See Also