Property IDFormat
IDFormat
Gets or sets the ID format.
public string IDFormat { get; set; }
Property Value
- string
The ID format.
Remarks
The format how the number should be displayed as a string. See Format(string, params object[]) on the syntax of this string. Can be null if no formatting should be done.