Hi all,
A very weird problem here.
The toString method does not convert the whole StringBuilder elements. I
find out it is because there are a series of this " " inside the
stringbuilder. Any idea how to replace those characters. I try to replace
them with space before I append the String into the StringBuilder.
--
Thanks,
RL
A very weird problem here.
The toString method does not convert the whole StringBuilder elements. I
find out it is because there are a series of this " " inside the
stringbuilder. Any idea how to replace those characters. I try to replace
them with space before I append the String into the StringBuilder.
--
Thanks,
RL
Comment