Created
September 20, 2021 07:54
-
-
Save moenk/6b7a6b327d7b8c67d98220bd7052dd51 to your computer and use it in GitHub Desktop.
UiPath VB .net Assign String To Int in DataTable
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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