Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

MailMergeCustomSeparators Constructors

Contains custom separators used in numeric format switches of the document fields.
Name Parameters Description
MailMergeCustomSeparators() none Initializes a new instance of the MailMergeCustomSeparators class with the default settings.
MailMergeCustomSeparators(String, String, String, String) maskGroupSeparator, maskDecimalSeparator, fieldResultGroupSeparator, fieldResultDecimalSeparator Initializes a new instance of the MailMergeCustomSeparators class with the specified settings.
See Also