BooleanValues(bool, bool, string[]) Method
The string values used to represent a boolean when converting.

Syntax

public virtual ParameterMap BooleanValues(bool isTrue, bool clearValues = true, params string[] booleanValues)

Parameters

Name Type Description
isTrue bool A value indicating whether true values or false values are being set.
clearValues bool A value indication if the current values should be cleared before adding the new ones.
booleanValues string[] The string boolean values.

Return Value

Type Description
ParameterMap