Just like the title says.
I\'ve tried doing str.Replace(\"\",\"0\"); but it gave me error because oldValue has zero length.
str.Replace(\"\",\"0\");
oldValue
Is it possi
If you know that str is empty then you may use star="a" If you want to check then write statement in if condition.