StringsToListOfLong Method
Converts a string to a list of numbers of type
Int64.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static List<long> ToListOfLong(
string source,
string separator = ","
)
Public Shared Function ToListOfLong (
source As String,
Optional separator As String = ","
) As List(Of Long)
- source String
- Input string.
- separator String (Optional)
- Character used as separator.
ListInt64List<
Int64> with the numbers.