Skip to main content
A newer version of this page is available. .
All docs
V23.1

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