i am converting one text file to RTF format.
Text file content:5353023 8961¦30inch Widescreen LCD Monitor¦30inch Widescreen LCD Monitor
I have split the string this like
But in RTF file soft return(SHIFT+En ter) is coming instead of hard return(Only Enter.
What do I add in the code so that I will get hard return?
Language=Spanis h
Articlenumber=4 53530238961
Description=30i nch Widescreen LCD Monitor
Text file content:5353023 8961¦30inch Widescreen LCD Monitor¦30inch Widescreen LCD Monitor
I have split the string this like
splitted = temp.Split('¦') ;But in RTF file soft return(SHIFT+En ter) is coming instead of hard return(Only Enter.
What do I add in the code so that I will get hard return?
Language=Spanis h
Articlenumber=4 53530238961
Description=30i nch Widescreen LCD Monitor
Comment