ParametersValueToBoolean Method
Indicates whether the value of the object, as a string, is 'Si'.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static bool ValueToBoolean(
Object valueParameter
)
Public Shared Function ValueToBoolean (
valueParameter As Object
) As Boolean
- valueParameter Object
- Value to evaluate.
Boolean if the value of the object is 'Si'; otherwise,
.