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

서식이 지정된 문자열에 포함할 이름입니다.

반환

허용 가능한 최소 길이를 설명하는 지역화된 문자열입니다.

적용 대상