FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsGlobal..::..getDefaultValue Method

Get's the default value of global based on type

Namespace:  FlowWright.cDevDecisionEngine
Assembly:  cDevDecisionEngine (in cDevDecisionEngine.dll)

Syntax


public static string getDefaultValue(
	globalDataType oType
)
Public Shared Function getDefaultValue ( _
	oType As globalDataType _
) As String
public:
static String^ getDefaultValue(
	globalDataType^ oType
)

Parameters

oType
Type: FlowWright.cDevDecisionEngine..::..globalDataType
global data type

Return Value