DicomObjects.NET Core Documentation
DicomObjects.Validation 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 Boolean
    'Usage
     
    
    Dim instance As ValidationOptions
    Dim value As Boolean
     
    instance.CharacterSet = value
     
    value = instance.CharacterSet
    public bool CharacterSet {get; set;}
    public:
    property bool CharacterSet {
       bool get();
       void set (    bool value);
    }
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also