ByteFormatValidator public class ByteFormatValidator : IFormatValidator Validator for "Byte" format. Documentation Code public string Format { get; } Gets the format attribute's value. public ValidationErrorKind ValidationErrorKind { get; } Gets the kind of error produced by validator. public ByteFormatValidator() public bool IsValid(string value, JTokenType tokenType) Validates format of given value.