Constructor PreserveNumbers
- Namespace
- YndigoBlue.Velocity.Attributes
- Assembly
- YndigoBlue.Velocity.dll
PreserveNumbers(bool)
Overrides the record-level number-preservation behaviour for this property.
public PreserveNumbers(bool value = true)
Parameters
valuebooltrue(default) to treat digits as a separate word segment (AddressLine1→address_line_1);falseto merge digits with adjacent text (AddressLine1→address_line1).