SyntaxFix
Write A Post
Hire A Developer
Questions
TypeDescriptor.GetConverter(PropertyObject).ConvertFrom(Value)
TypeDescriptor is class having method GetConvertor which accept a Type object and then you can call ConvertFrom method to convert the value for that specified object.
TypeDescriptor
GetConvertor
Type
ConvertFrom
value