por Cesar Cassiano Schimanco

C# List<string> para string

List<string> list = new List<string>() { "Huguinho", "Zezinho", "Luisinho" };
string sNomes = string.Join(", ", list);
Response.Write(sNomes);

Comentários

Carregando comentários

Postar um novo comentário



Processando...