Click or drag to resize
BCFieldPathNamePartFillCharacter Property
Gets or sets a character that is used to complete the name length to MinChars.

Namespace: BlueCieloECM.InnoCielo.Meridian.Server
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax
public string FillCharacter { get; set; }

Property Value

Type: String
Remarks
When the FillCharacter is not empty and the Property value is shorter than MinChars, the value is left filled with the character (e.g. '45' becomes '00045').
See Also