Check string to see if it DOES NOT start with "x" Check string to see if it DOES NOT start with "x"

grafik

Not YourStringVar.Trim().StartsWith("x")
Or (harmonized)
Not YourStringVar.Trim().ToUpperStartsWith("X")