Fills in characters (zeros) to the left of a value that is shorter than
the specified MaximumLength (useful for binary and hex formatting).
Namespace: Ico.GwxAssembly: GwxRuntimeCore (in GwxRuntimeCore.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
| C# |
|---|
public bool PadLeft { get; set; } |
| Visual Basic |
|---|
Public Property PadLeft As Boolean Get Set |
| JScript |
|---|
function get PadLeft () : boolean function set PadLeft (value : boolean) |