L
Linda Chen
I need to genrate a text string from my application and
submit the string to my client throught a website. My
client ask us to generate the string with their "format".
That means in side my string I need to have white space
and indentation. For example, the string may look like:
"A. this is my string
1. this is my first test result,
this is my first test result,
this is my first test resul
2. ..."
I use IndentedTextWriter right now, but it only create a
indented space for the first line. Is it possible I can
generate formatting easily?
thanks.
Linda Chen
submit the string to my client throught a website. My
client ask us to generate the string with their "format".
That means in side my string I need to have white space
and indentation. For example, the string may look like:
"A. this is my string
1. this is my first test result,
this is my first test result,
this is my first test resul
2. ..."
I use IndentedTextWriter right now, but it only create a
indented space for the first line. Is it possible I can
generate formatting easily?
thanks.
Linda Chen