Example #1
0
 public override object ConvertFromString(string value) => value != null?TrackDetails.ContributingArtistStringToList(value) : null;
Example #2
0
 public override string ConvertToString(object value) => value != null?TrackDetails.ContributingArtistListToString((IList)value) : null;