FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsVariable..::..getDefaultValue Method

Get's the default value of variable based on type

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

Syntax


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

Parameters

oType
Type: FlowWright.cDevDecisionEngine..::..variableDataType
variable data type

Return Value