Hello!
I need to Convert a String into a Array of Object in C#
Can anybode help me?
Hello!
I need to Convert a String into a Array of Object in C#
Can anybode help me?
No i want to convert the whole Output of the String into a Object
placing a string within an object Array
new object[]{"Hello World"}
new object[]{YourStringVar}
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.