Method FormatMessage
| Improve this Doc View SourceFormatMessage(Column)
Formats the error message for specified column.
Declaration
public string FormatMessage(Column column)
Parameters
| Type | Name | Description |
|---|---|---|
| Column | column | The column. |
Returns
| Type | Description |
|---|---|
| System.String | The error message. |
FormatMessage(String)
Formats the error message for specified column display name.
Declaration
protected virtual string FormatMessage(string columnDisplayName)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | columnDisplayName | The display name of the column. |
Returns
| Type | Description |
|---|---|
| System.String | The error message. |