|   | PropertyValuesContainerConvertToAssignableValue Method  | 
 
            Converts a value to a format that can be assigned to the indexer property (or delivered to the AssignValues() method).
            
 
    Namespace: 
   Omada.OE.Model
    Assembly:
   Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntaxpublic static Object[] ConvertToAssignableValue(
	Object value
)
Parameters
- value
 - Type: SystemObject
            The following data types are accepted:
            
            string, int, IEnumerable<int>, DateTime, double, bool, TimeSpan, AppStringContainer, SetPropertyValue, IEnumerable<SetPropertyValue>, ReferencePropertyValue, IEnumerable<ReferencePropertyValue> and null.
             
Return Value
Type: 
Object
            Returns an array that is either zero, one or multiple elements of one of these data types: string, int, DateTime, double, bool or TimeSpan.
            
See Also