IFormatValidator public interface IFormatValidator Provides a method to verify if value is of valid format. Documentation Code string Format { get; } Gets the format attribute's value. ValidationErrorKind ValidationErrorKind { get; } Gets the kind of error produced by validator. bool IsValid(string value, JTokenType tokenType) Validates format of given value.