NameFormatterGeneratorOptions

Stores options for controlling output of a formatted name. Used primarily by NameFormatter.

Constructors

Constructor
Description

NameFormatterGeneratorOptions()

Instantiates a new NameFormatterGeneratorOptions with these default options: capitalize names and don't use leading spaces.

Methods

No public methods.

Properties

Property
Type
Description

Format

The desired format for names

UseLeadingSpace

System.Boolean

Whether the name should have a leading space at its beginning.

Last updated