次のような値を含むデータベース(Sql Server)に列があります。
{\rtf1\ansi\deff0{\fonttbl{\f0\fnil\fcharset0 Courier New;}}\f0\fs22 Negative}
は\rtf1\ansi\deff0{\fonttbl{\f0\fnil\fcharset0 Courier New;}}\f0\fs22
テキストのフォーマット (サイズ、フォントなど) です。
私はこれに興味がありません。
text / string のみを抽出したいのですNegative
が、同じ列に次のものも含まれる場合があります。
{\rtf1\ansi\deff0{\fonttbl{\f0\fnil\fcharset0 Courier New;}}\f0\fs22 Slightly Cloudy}
fs22
つまり、との間のテキストのみを取得したい}
期待される結果:Slightly Cloudy
またはNegative
C# または VB.NET でそれを行う方法は?