I have a String that separates Integers "1,4,15,24"
I want to check if this String contains a specific Integer
E.g. Does it contain 5? False. Does it contain 15? True
Is there any one line solution to check for this in Visual Basic? If not, what's the best solution for this?