We have found a Certificate in different format. Please do the needful.
Thanks and Regards,
Bot
How i can write the same text with spaces and data… i need to read the above data from config file.I tried reading from config file by adding Evironment.NewLine wherever space is their
Example:
“Dear”+Environment.newLine+“We have Found certificate in different Format”+
When i read that value from config file i am getting Environment.NewLine not spaces in the text box
You can’t put expressions into the config file. What you’ll have to do is put something special into the text in the config file such as [[NewLine]] everywhere you want a line break. Then after reading the config file, do a replace to replace [[NewLine]] with VbCrLf