About 16,500,000 results
Open links in new tab
  1. C# Storing value in Array - completecsharptutorial.com

    There is two way to storing values in an array in C#. Either you can store a value at compile time or runtime. To store users input in an array, you need to use a loop to traverse array index …

  2. C# Save and repopulate data from array - Stack Overflow

    May 25, 2017 · I am working on a C# program that store the student name, student number, unit number, unit name, mark and attendance in an array. All the data are displayed in a ListView. …

  3. C# Arrays - W3Schools

    Create an Array. Arrays are used to store multiple values in a single variable, instead of declaring separate variables for each value. To declare an array, define the variable type with square …

  4. C# Arrays (With Easy Examples) - TutorialsTeacher.com

    May 10, 2020 · Array is the data structure that stores fixed number of literal values of the same data type. Learn how to work with an array in C# using simple examples.

  5. What is the best way to save values of an array to a file and then ...

    Aug 20, 2021 · JSON would be easiest and simplest. As for most computationally efficient, without knowing more about your data other than "array", binary serializer, such as Protobuf or …

  6. Store and iterate through sequences of data using Arrays and the ...

    Work with sequences of related data in data structures known as arrays. Then, learn to iterate through each item in the sequence. In this module, you will: Create and initialize a new array. …

  7. How to properly store data in a C# array - Stack Overflow

    Nov 1, 2017 · users[i].SaveData(name, age, gender); break; This basically iterates your users array looking for the next null, and if found, it will save a user there, break means it stops the …

  8. Working with Arrays in C# - C# Corner

    In this article, we will discover the essence of handling arrays in C#. Learn how to initialize, manipulate, and iterate through arrays efficiently. Explore techniques for clearing, copying, and …

  9. C# array - working with arrays in C# - ZetCode

    May 7, 2025 · While arrays are a simple and efficient way to store multiple values, collections in C# provide greater flexibility and functionality. Collections, such as List<T> or …

  10. saving data in arrays with c#..how - Unity Discussions

    Sep 6, 2013 · So, if you mean saving to file, you have to use the System.IO library. This is an example how you can use it to save names of Transforms from array. using …

  11. Some results have been removed
Refresh