Skip to content

Instantly share code, notes, and snippets.

@moenk
Created September 20, 2021 07:54
Show Gist options
  • Save moenk/6b7a6b327d7b8c67d98220bd7052dd51 to your computer and use it in GitHub Desktop.
Save moenk/6b7a6b327d7b8c67d98220bd7052dd51 to your computer and use it in GitHub Desktop.
UiPath VB .net Assign String To Int in DataTable
dt = dt.asenumerable.tolist.foreach(sub(row) row(“Yourcolumnname”)= cint(row(“Yourcolumnname”)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment