API_11.Validator.ArrayValidationAttribute.FormatErrorMessage C# (CSharp) Method

FormatErrorMessage() public method

public FormatErrorMessage ( string name ) : string
name string
return string
        public override string FormatErrorMessage(string name)
        {
            return string.Format("{0}不在区间内.", name);
        }