string.EndsWith()
Posted
by neven
on Stack Overflow
See other posts from Stack Overflow
or by neven
Published on 2010-05-09T06:59:17Z
Indexed on
2010/05/09
7:08 UTC
Read the original article
Hit count: 307
Hi, I need to check in string.Endswith("") from any of the following operators : "+,-,*,/"
I don't want to use "||" operator.
Regards, Neven.
© Stack Overflow or respective owner