[]
Represents a special BaseDataValidator that validates whether the specified value exists in surrogate characters.
[ToolboxBitmap(typeof(FpSpread), "SurrogateCharValidator.png")]
[TypeConverter(typeof(SurrogateCharValidator._a))]
public class SurrogateCharValidator : BaseDataValidator, ICloneable, ISerializable, IDeserializationCallback, ISerializeSupport, INamedObject
<ToolboxBitmap(GetType(FpSpread), "SurrogateCharValidator.png")>
<TypeConverter(GetType(SurrogateCharValidator._a))>
Public Class SurrogateCharValidator
Inherits BaseDataValidator
Implements ICloneable, ISerializable, IDeserializationCallback, ISerializeSupport, INamedObject
You can validate whether the value exists in the surrogate chararcters.
Name | Description |
---|---|
SurrogateCharValidator() | Represents the default empty constructor. |
SurrogateCharValidator(SerializationInfo, StreamingContext) | Initializes a new instance of this class. |
Name | Description |
---|---|
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 exists in surrogate characters. |