Click or drag to resize
ApplicationNumericTypeStringToObject Method DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Returns a type object for a given type string

Namespace: DataPA.Utils.QueryEngine
Assembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static Type NumericTypeStringToObject(
	string typeString
)

Parameters

typeString
Type: SystemString
The type string to convert to an object

Return Value

Type: Type
See Also