IData
            
            
            
            
            Converts the object to a vector with the specified element type.
            
Definition
Namespace: Extreme.Data
Assembly: Extreme.Data (in Extreme.Data.dll) Version: 3.2.0
    C#
    
 
 
The new vector.
Assembly: Extreme.Data (in Extreme.Data.dll) Version: 3.2.0
Vector<T> ToVector<T>(
	bool strict = true
)
Parameters
- strict Boolean (Optional)
- Specifies whether the element type should be matched exactly (true), or whether conversions are allowed (false).
Type Parameters
- T
- The element type of the vector
Return Value
Vector<T>The new vector.