Try this:
Dim ResultStr() As String = Result
No. It won't compile. It says it can't cast type.
I wouldn't think it would work.
Result is a string containing the text "Ljava.lang.String;@e7dfb9f8"
You can't cast this as an array using DIM. They are different types.
I want the array it referances.
The array contains the data I need.
How do I cast this ljava.lang.string;@e7dfb9f8 referance?
Any other ideas please.