ICustomPropertyValueConverterAttribute<T> Methods
Converts a custom property value declared in metadata from its original type to a string and vice versa.| Name | Description |
|---|---|
| ConvertFromString(String) | Converts a custom property value declared in metadata from a string to its original type. |
| ConvertToString(T) | Converts a custom property value declared in metadata to a string. |
See Also