Link to home
Start Free TrialLog in
Avatar of ocaccy
ocaccyFlag for Japan

asked on

How to convert string myArray[310,120] to int myArray[310,120]

Hi,
how to convert string myArray[310,120] to int myArray[310.120]
or
string myArray[310,120] to int myArray2[310,120]
and
int myStringArray[310,120] to myIntArray[310,120]
.

Best Regards,
ocaccy
ASKER CERTIFIED SOLUTION
Avatar of sachinpatil10d
sachinpatil10d
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of ocaccy

ASKER

Thank you sachinpatil10d.

Are multidimensional arrays in C #.

How to convert intArray [10,10] to stringArray[10,10]
and stringArray[10,10] to intArray [10,10]?
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of ocaccy

ASKER

Forgive me,  and very grateful for the attention.

The array has 10 columns and 10 rows.

Regards,
ocaccy
Avatar of ocaccy

ASKER

Very good, this comments solves my problems.
Thank you.