Alan Ramírez Herrera
Alan Ramírez Herrera
This can be solved using TypeDescriptor.GetConverter as shown here: ```csharp var methods = FindIdentifierMethodFor(document.GetType()); methods.SetKey(document, TypeDescriptor.GetConverter(PROPERTY_TYPE).ConvertFrom(identifiers.Key)); ``` PROPERTY_TYPE is the type of the property that will obtain the value In...
Hi @AbrilRBS! No problem, thanks for taking the time. :)
Hi @AbrilRBS, Sorry to bother you, but is there a chance to get this PR reviewed? Thanks for your time!
Hi @jcar87, thank you so much