DataTable To String
Convert a data table to string.
Convert the specified data table into a string and store it in a string variable.
Input
Data Table :
DataTable Variable
The
DataTable
variable that to be converted to a string.
Output
Text :
String Variable
The variable in which the converted string is to be stored.
Last updated