FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

QueryStringBuilder..::..BuildCompex Method

Builds the compex.

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

Syntax


public static string BuildCompex(
	string[] dontEncode,
	params Object[] keyValueEntries
)
Public Shared Function BuildCompex ( _
	dontEncode As String(), _
	ParamArray keyValueEntries As Object() _
) As String
public:
static String^ BuildCompex(
	array<String^>^ dontEncode, 
	... array<Object^>^ keyValueEntries
)

Parameters

dontEncode
Type: array<String>[]()[][]
The dont encode.
keyValueEntries
Type: array<Object>[]()[][]
The key value entries.

Return Value

System.String.

Exceptions


ExceptionCondition
[System.Exception]KeyAndValue collection needs to be dividable by two... key, value, key, value... get it?
[Exception]KeyAndValue collection needs to be dividable by two... key, value, key, value... get it?