Prompt a List of a List<int> #201
-
Hi. I have a question regarding prompting a list of a list. It doesn't work at the moment, as I get the following error message I have tried inputting Is there some way that this can be possible? A List of Enums could be replaced by something like the MultiSelect, just for ideas. I hope someone can help. Best, Matt |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
That would be a usage that is not currently supported. .NET type conversion logic does not support string to array conversion. It may be possible to create a custom converter as shown in the SO answer below. |
Beta Was this translation helpful? Give feedback.
That would be a usage that is not currently supported. .NET type conversion logic does not support string to array conversion.
It may be possible to create a custom converter as shown in the SO answer below.
https://stackoverflow.com/questions/34330017/convert-string-to-array-of-string-using-typeconverter