'Correct way to get nullable type from Type.GetType(string)
How do I get the type of a nullable using Type.GetType(string) from a string like: System.Boolean? and System.Nullable<System.Boolean>?
Both of these are wrong and I'm not sure what's the correct way.
By wrong I mean writing Type.GetType(X) returns null
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
