EvilZone

Programming and Scripting => .NET Framework => Topic started by: xor on June 11, 2015, 04:46:07 AM

Title: [C#] Split string up into chunks
Post by: xor 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