Validation for Character Set if Non-ASCII characters are present
Specifically checking for (0008,0005) Specific Character Set. Refer to the Standard for more details
public System.bool CharacterSet {get; set;}
public read-write property CharacterSet: System.Boolean;
public function get,set CharacterSet : System.boolean
public: __property System.bool get_CharacterSet();
public: __property void set_CharacterSet(
System.bool value
);
public:
property System.bool CharacterSet {
System.bool get();
void set ( System.bool value);
}
'Declaration
Public Property CharacterSet As System.Boolean
'Usage
Dim instance As ValidationOptions
Dim value As System.Boolean
instance.CharacterSet = value
value = instance.CharacterSet
Target Platforms: .NET CLR 4.8 or higher