DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / ValidationOptions Class / CharacterSet Property






In This Topic
    CharacterSet Property
    In This Topic
    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

    Syntax
    'Declaration
     
    
    Public Property CharacterSet As System.Boolean
    'Usage
     
    
    Dim instance As ValidationOptions
    Dim value As System.Boolean
     
    instance.CharacterSet = value
     
    value = instance.CharacterSet
    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);
    }
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also