{
string nameLabels =trainingTable.Rows[rowsNumber]["FaceName"].ToString();
string[] labels = (string[])nameLabels;
}
// data comes from ms acces database
// i want to to put all faces names in a string array but in the second line error comes canntot implicitly convert string to string[]
Abdul_30 0 Newbie Poster
deceptikon 1,790 Code Sniper Team Colleague Featured Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.