TimeTransparencyProperty.Value Property

This property is overridden to handle converting the text value to a Boolean value

Definition

Namespace: EWSoftware.PDI.Properties
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
public override string? Value { get; set; }

Property Value

String
Instead of throwing an exception, the property will convert unrecognized non-numeric values to false.

See Also