Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Comparing an integer to a value in a string
Message
General information
Forum:
ASP.NET
Category:
Other
Environment versions
Environment:
C# 2.0
Miscellaneous
Thread ID:
01560155
Message ID:
01560163
Views:
29
I can see that the key to my solution is the method Split (new to me). Thank you very much.

>would be better with something like:
>if (cString.Split(",").Contains(iNumber)) ...
>
>>Hi,
>>
>>My title is not very clear so I will explain what I am looking for. I have an XML file that my ASP.NET application reads into a dataset. One of the columns of the dataset has a string of the following format (examples):
>>"1,3,29"
>>"2"
>>"4,5,1"
>>That is the string contains number(s) separated by commas (btw, if the answer to my question involves changing the separator from comma to something different, I can do it).
>>Then I need to compare if a certain number (integer) is in the string. For example, say a variable iNumber is within the string. E.g. in pseudo code:
>>
>>iNumber = 3
>>cString = "2,4,12"
>>If (iNumber = Withint( cSring))
>>{ 
>>    // process
>>}
>>
>>
>>Any suggestions on how to compare the number (iNumber) to the content of the string? TIA.
"The creative process is nothing but a series of crises." Isaac Bashevis Singer
"My experience is that as soon as people are old enough to know better, they don't know anything at all." Oscar Wilde
"If a nation values anything more than freedom, it will lose its freedom; and the irony of it is that if it is comfort or money that it values more, it will lose that too." W.Somerset Maugham
Previous
Reply
Map
View

Click here to load this message in the networking platform