ICustomPropertyValueConverterAttribute<T> Members
Converts a custom property value declared in metadata from its original type to a string and vice versa.Methods
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