Is T IParsable? #7524
Unanswered
TonyValenti
asked this question in
Q&A
Is T IParsable?
#7524
Replies: 1 comment
-
See: #6308 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way to check if a type supports IParsable and if so, invoke TryParse on it?
If not, does anyone have suggestions on industrial-grade reflection libraries that enable finding/invoking members? Ideally by providing a name and a delegate type.
Beta Was this translation helpful? Give feedback.
All reactions