GUIConversionTryParseMultipleDouble Method |
Tries to parse multiple floating-point values from a delimited string.
Namespace: Altaxo.SerializationAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static bool TryParseMultipleDouble(
string s,
out double[] vals
)
Parameters
- s String
- The input string.
- vals Double
- The parsed values.
Return Value
Boolean if all values were parsed successfully; otherwise,
.
See Also