MinLengthAttribute.FormatErrorMessage(String) メソッド

定義

指定したエラー メッセージに書式を適用します。

public:
 override System::String ^ FormatErrorMessage(System::String ^ name);
public override string FormatErrorMessage(string name);
override this.FormatErrorMessage : string -> string
Public Overrides Function FormatErrorMessage (name As String) As String

パラメーター

name
String

書式設定された文字列に含める名前。

返品

許容される最小長を表すローカライズされた文字列。

適用対象