Apr 24, 2019 · UiPath Tutorial For Beginners | Convert String to Array or String Split in UiPath - Duration: ... How to Split String In UIPath - Duration: 3:50. UIPath Tutorials 4,189 views. 3:50. Language: ...
Recently, I had an requirement to save DataTable to multi-dimension string array.I googled but could not find everything in one place, so this post is the result of it. Below is the function we will use to convert DataTable to string[,] array. public string[,] ConvertDataTableToArray(DataTable dt).Jun 29, 2015 · Here is an example on how to convert a Securestring to String using C# and VB.NET. Please remember that storing the data in a plain string will be beat the whole point of using SecureString. This method should only be used for testing purposes. This Extension Method is now part of the Fesslersoft.Extensions. Samples C# Sample