DicomObjects.NET.V8
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 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: .NET CLR 4.0 or higher

    See Also