[]
Represents settings used to check if the text is in a specified format.
[ToolboxBitmap(typeof(FpSpread), "CharFormatValidator.png")]
[TypeConverter(typeof(CharFormatValidator._a))]
public class CharFormatValidator : BaseDataValidator, ICloneable, ISerializable, IDeserializationCallback, ISerializeSupport, INamedObject
<ToolboxBitmap(GetType(FpSpread), "CharFormatValidator.png")>
<TypeConverter(GetType(CharFormatValidator._a))>
Public Class CharFormatValidator
Inherits BaseDataValidator
Implements ICloneable, ISerializable, IDeserializationCallback, ISerializeSupport, INamedObject
Name | Description |
---|---|
CharFormatValidator() | Initializes a new instance of the CharFormatValidator class. |
CharFormatValidator(SerializationInfo, StreamingContext) | Initializes a new instance of this class. |
Name | Description |
---|---|
Format | Gets or sets the format string used for validation. |
Name | Description |
---|---|
Clone(ConditionalObject, FormulaEngine, FormulaEngine) | Creates an exact copy of the CharFormatValidator class. |
Deserialize(XmlNodeReader) | Loads the object from XML. |
GetObjectData(SerializationInfo, StreamingContext) | Gets the object data. |
Serialize(XmlTextWriter) | Saves the object to XML. |
Validate(ValidateActionContext) | Validates whether the specified value satisfies the condition provided in the |