本文介绍了C#equiv of Chr(13)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述 Lo, 在以前版本的应用程序中,我使用replace将多行文本 框转换为更容易放入数据库的东西,当我需要显示数据时,我用了 replace(chr(13),"< br>")。 我'我正在开发这个应用程序的新版本,我正在使用C#/ .NET。 显然我正在使用旧的数据库,但我无法找到怎么做 replace(chr(13),"< br>")。 基本上,C#中的Chr(13)是什么:o) 干杯 Dan Lo, In a previous version of an app, I used replace to convert multiline textboxes to something easier to put in a database, and then i usedreplace(chr(13), "<br>") when i needed to show the data. I''m now working on a new version of this app, and im using C# / .NET.Obviously I''m using the old database, but I cant find out how to doreplace(chr(13), "<br>"). Basically, what''s Chr(13) in C# :o) CheersDan推荐答案 这篇关于C#equiv of Chr(13)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!
10-27 23:39