GUIConversionTryParseMultipleInt32 Method |
Tries to parse multiple integer values from a delimited string.
Namespace: Altaxo.SerializationAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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