I copy multiple field values โโfrom one list item to another. If I just call ToString() in the MultiChoice field, I get a value similar to ;#Value;# , which is obviously not the value I want to copy. The target element is Text , so I just want to copy the values โโinto an array, join the "," to get a good text representation.
How to get the "real" value (s) from a field? Field Class Type SPFieldMultiChoice
source share