Skip to content
Base64
December 28, 2021December 29, 2021

Convert ArrayList to string[] C#

General by Curt Sahd

Some quick and simple code to convert an ArrayList to a string array in C#

[box] string[] stringArray = (string[])arrayList.ToArray(typeof(string));[/box]

"Turkey

Post navigation

How to add a jar file to Eclipse / DiscoveryListener cannot be resolved to a type
Display battery percentage Android Jellybean

Recent Posts

  • Find compromised email accounts Exim/cPanel
  • How to update Snap packages Ubuntu
  • Incremental ZFS send/recv
  • Use Rsync to empty dir on Hetzner storage box
  • Move Proxmox VM from old to new cluster FAST

Categories

  • General