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 bool CharacterSet {get; set;}
public:
property bool CharacterSet {
bool get();
void set ( bool value);
}
'Declaration
Public Property CharacterSet As Boolean
'Usage
Dim instance As ValidationOptions
Dim value As Boolean
instance.CharacterSet = value
value = instance.CharacterSet
Target Platforms: .NET CLR 4.0 or higher