[]
Represents a special EncodingValidator that validates the text based on the specified encoding.
[ToolboxBitmap(typeof(FpSpread), "EncodingValidator.png")]
[TypeConverter(typeof(EncodingValidator.EncodingValidatorTypeConverter))]
public class EncodingValidator : BaseDataValidator, ICloneable, ISerializable, IDeserializationCallback, ISerializeSupport, INamedObject
<ToolboxBitmap(GetType(FpSpread), "EncodingValidator.png")>
<TypeConverter(GetType(EncodingValidator.EncodingValidatorTypeConverter))>
Public Class EncodingValidator
Inherits BaseDataValidator
Implements ICloneable, ISerializable, IDeserializationCallback, ISerializeSupport, INamedObject
Name | Description |
---|---|
EncodingValidator() | Represents the default empty constructor. |
EncodingValidator(SerializationInfo, StreamingContext) | Initializes a new instance of this class. |
Name | Description |
---|---|
Encoding | Gets or sets the encoding. |
EncodingCodePage | Gets or sets the encoding code page. |
Name | Description |
---|---|
Clone(ConditionalObject, FormulaEngine, FormulaEngine) | Creates an exact copy of the current BaseDataValidator. |
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 given condition by the |