将大字符串分成3段的现成方法C#
我需要将一个大字符串分成3段,每段不少于1000个字符长度
带有下一个和上一个按钮
任何帮助
i need to split a large string to 3 paragraphs each not less than 1000 character length
with next and previous buttons
Any help
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 string.Substring 根据大小拆分文本。
然而,我无法交付完整的申请。
You can use string.Substring for splitting your text based on the size.
A complete application however, I can not deliver.