If the text will contain proper spacing..You may use 'Contains ()'.
string strMyText = "There is some text like 10 > 9";
if(strMyText .Contains("10 >9"))
{
strMyText = "I got it"
}
If the text will contain proper spacing..You may use 'Contains ()'.
string strMyText = "There is some text like 10 > 9";
if(strMyText .Contains("10 >9"))
{
strMyText = "I got it"
}
If the text will contain proper spacing..You may use "Contains ()". string strMyText = "There is some text like 10 > 9"; if(strMyText .Contains("10 > 9")) { str
MyText
= "I got It"; }