Gets or sets a character that is used to complete the name length to
MinChars.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.53.0)
public string FillCharacter { get; set; }
public string FillCharacter { get; set; }
Public Property FillCharacter As String
Get
Set
Public Property FillCharacter As String
Get
Set
public:
property String^ FillCharacter {
String^ get ();
void set (String^ value);
}
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').