ActionEngineUtilPadLeft Method
Pad the caller's value to the left with the specified pattern until it
is greater than or equal to the specified total width.
Namespace: ActionEngineAssembly: ActionEngine (in ActionEngine.dll) Version: 26.2117.4453
public static string PadLeft(
string pattern,
int value,
int totalWidth
)
Public Shared Function PadLeft (
pattern As String,
value As Integer,
totalWidth As Integer
) As String
No code example is currently available or this language may not be supported.
- pattern String
-
Pattern to pad the value with.
- value Int32
-
Value to pad.
- totalWidth Int32
-
The total minimum width allowable.
String
The caller's value, padded left until it has reached at least the
minimum total width.