Click or drag to resize

GUIConversionTryParseMultipleInt32 Method

Tries to parse multiple integer values from a delimited string.

Namespace: Altaxo.Serialization
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static bool TryParseMultipleInt32(
	string s,
	out int[] vals
)

Parameters

s  String
The input string.
vals  Int32
The parsed values.

Return Value

Boolean
if all values were parsed successfully; otherwise, .
See Also