ParametersValueToBoolean Method

Indicates whether the value of the object, as a string, is 'Si'.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static bool ValueToBoolean(
	Object valueParameter
)

Parameters

valueParameter  Object
Value to evaluate.

Return Value

Boolean
if the value of the object is 'Si'; otherwise, .

See Also