ApplicationNumericTypeStringToObject Method |
|
DataPA OpenAnalytics API Reference
Returns a type object for a given type string
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public static Type NumericTypeStringToObject(
string typeString
)
Public Shared Function NumericTypeStringToObject (
typeString As String
) As Type
public:
static Type^ NumericTypeStringToObject(
String^ typeString
)
DataPA.Utils.QueryEngine.Application.NumericTypeStringToObject = function(typeString);
Parameters
- typeString
- Type: SystemString
The type string to convert to an object
Return Value
Type:
TypeSee Also