use regex and split it
System.Text.RegularExpressions.Regex.Matches(“139204502930259406835392043409548409409586392049777396029396849302”, “.{1,5}”).Cast(Of System.Text.RegularExpressions.Match).Select(Function(m) m.Value).ToList()
assign the above expression into list of strings