StringsToListOfShort Method

Converts a string to a list of numbers of type Int16.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static List<short> ToListOfShort(
	string source,
	string separator = ","
)

Parameters

source  String
Input string.
separator  String  (Optional)
Character used as separator.

Return Value

ListInt16
List<Int16> with the numbers.

See Also