StringsToListOfInt Method
Converts a string to a list of numbers of type
Int32.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static List<int> ToListOfInt(
string source,
string separator = ","
)
Public Shared Function ToListOfInt (
source As String,
Optional separator As String = ","
) As List(Of Integer)
- source String
- Input string.
- separator String (Optional)
- Character used as separator.
ListInt32List<
Int32> with the numbers.