N
NvrBst
I have a string that I want to send with SendKeys.Send(...) exactly as
the string is (It may or may not contains special characters like
"+").
Is there something already built to auto parse the string or tell the
method to not parse anything? I already created have my own function
that converts (+ ^ % ~ { [ ] }), I'm just wondering if I can get ride
of it for a built in version.
NB
the string is (It may or may not contains special characters like
"+").
Is there something already built to auto parse the string or tell the
method to not parse anything? I already created have my own function
that converts (+ ^ % ~ { [ ] }), I'm just wondering if I can get ride
of it for a built in version.
NB