Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
可能重复: 如何在 C# 中将字符串转换为 RTF?
我想知道是否有一种简单的方法将字符串转换为 C# 中的 RTF。
不仅是标准字符,还有特殊字符,例如 €ƒ…†‡ to。
使用 RichTextBox 控件。您可以将它的Text属性设置为字符串,然后取回它的Rtf属性。
Text
Rtf