Casting String array to string
hi.
I need ur help to resolve this problem.In my application it is necessary to split the string and assign it to string array.
while iam doing the below error occurs
Cast from type 'String()' to type 'String' is not valid.
as per my knowledge split function will not returns a string.,So how can i resolve this issue.
|