Property MatchCase
MatchCase
Gets or sets whether a name is matched to a key case-sensitively. Default false, because a template author and a data source rarely agree on casing. Matching is ordinal either way, never culture-sensitive: a document is not filled differently because the machine running the fill is Turkish.
public bool MatchCase { get; set; }