Skip to content

Prompt a List of a List<int> #201

Discussion options

You must be logged in to vote

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

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@DrHeinzDoofenshmirtz
Comment options

Answer selected by shibayan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants