EvilZone
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
Home
Help
Search
Login
Register
EvilZone
»
Programming and Scripting
»
.NET Framework
»
[C#] Split string up into chunks
Print
Pages: [
1
]
Author
Topic: [C#] Split string up into chunks (Read 647 times)
0 Members and 1 Guest are viewing this topic.
xor
Peasant
Posts: 59
Cookies: 32
[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
Report to moderator
Logged
Print
Pages: [
1
]
EvilZone
»
Programming and Scripting
»
.NET Framework
»
[C#] Split string up into chunks