Hi guys,
I need to check if a string variable contains the symbol "
It does not work if i try like: String.ToString.Contains(“"”)
Hi guys,
I need to check if a string variable contains the symbol "
It does not work if i try like: String.ToString.Contains(“"”)
@EngAnalyst Can you give us an example String when it was not able to work ?
Check this below code, @EngAnalyst
StringVar.Contains(“”“”)