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
    public System.bool CharacterSet {get; set;}
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also