Show / Hide Table of Contents

Method FormatMessage

| Improve this Doc View Source

FormatMessage(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.

| Improve this Doc View Source

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.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest