2
Answers

select random value from 2D Array

Ganesh M

Ganesh M

10y
1.4k
1

Hi,

How to select random value from following 2D Array

string[,] GeoLocation = new string[,]{
{"-0.174464","51.542180"},
{"-0.172925","51.548507"},
{"-0.178464","51.556919"},
{"-0.178487","51.556902"}
};

Answers (2)