StringsToListOfShort Method
Converts a string to a list of numbers of type
Int16.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static List<short> ToListOfShort(
string source,
string separator = ","
)
Public Shared Function ToListOfShort (
source As String,
Optional separator As String = ","
) As List(Of Short)
- source String
- Input string.
- separator String (Optional)
- Character used as separator.
ListInt16List<
Int16> with the numbers.