Click or drag to resize

GUIConversionToString(ICollectionInt32) Method

Converts a collection of Int32 values to a space-separated string.

Namespace: Altaxo.Serialization
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static string ToString(
	ICollection<int> vals
)

Parameters

vals  ICollectionInt32
The values to convert.

Return Value

String
The formatted string.
See Also