Click or drag to resize

FormatTrimLeadZero Property

Gets or sets the trim of lead zero. When set to true will trim the lead zero from a floating-point number if the number is fractional, e.g. .123 instead of 0.123

Namespace: Woodwork.Automation
Assembly: WoodworkAutomation (in WoodworkAutomation.dll) Version: 2.1.25
Syntax
bool TrimLeadZero { get; set; }

Property Value

Boolean
See Also