Author Topic: [C#] Split string up into chunks  (Read 647 times)

0 Members and 1 Guest are viewing this topic.

Offline xor

  • Peasant
  • *
  • Posts: 59
  • Cookies: 32
    • View Profile
[C#] Split string up into chunks
« on: June 11, 2015, 04:46:07 am »
This will split a string up into chunks of a specified maximum length, with an optional line ending (still maintains chunk length).


http://pastie.org/private/fjztv8oup8pp4k5zxohw


-- xor