Hi
I am using a variable of StringBuilder to form a string.
After appending a string of value like this
{\rtf1\ansi\ans icpg1252\deff0\ deflang1033{\fo nttbl{\f0\fnil\ fcharset0
Verdana;}}
\viewkind4\uc1\ pard\f0\fs17 saesae \b esrdsr esrdsr\i refetwe\b0\i0\p ar
}
This value is appended to that string builder.
Whatever appended after this value, not getting appended to the
StringBuilder.
How to solve this problem?
Thanks and Regards
Karuppasamy Natarajan
I am using a variable of StringBuilder to form a string.
After appending a string of value like this
{\rtf1\ansi\ans icpg1252\deff0\ deflang1033{\fo nttbl{\f0\fnil\ fcharset0
Verdana;}}
\viewkind4\uc1\ pard\f0\fs17 saesae \b esrdsr esrdsr\i refetwe\b0\i0\p ar
}
This value is appended to that string builder.
Whatever appended after this value, not getting appended to the
StringBuilder.
How to solve this problem?
Thanks and Regards
Karuppasamy Natarajan
Comment