Method FormatPaddLeft
FormatPaddLeft(String, String)
Pad a string from left.
Declaration
public static string FormatPaddLeft(string s, string col)
Parameters
Type | Name | Description |
---|---|---|
System.String | s | String to be formatted. |
System.String | col | Column name (used for deciding on length). |
Returns
Type | Description |
---|---|
System.String | Formatted string. |