Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 346 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 346 Bytes

This repository contains samples of Csharp arrays.

Change History:

Version 0.0.1: added string array extension to split at index provided of a given string.

Version 0.0.2: converted to split at intervals instead of just only once. if required to do only once, set bool to false.

Version 0.0.3: converted to use array and removed cloned code.