I have a string containing 5 numbers such as
'1,4,14,32,47'
I want to make from this line 5 lines of 4 numbers in each
like:
'1,4,14,32' '1,4,14,47' '1,4,32,47' '1,14,32,47' '4,14,32,47'
what is an easy / quick way to do it
Is this a way to convert this array to unset every time a complex process is executed and merged them back into a string?
Is there an easy way to do this?
thanks
string arrays c # combinations
Haim evgi
source share