DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomAttribute Class / ToString Method / ToString() Method

In This Topic
    ToString() Method
    In This Topic
    Converts object to String Value, this is the standard .NET method
    Syntax
    'Declaration
     
    
    Public Overloads Overrides Function ToString() As System.String
    public override System.string ToString()

    Return Value

    A string representation of the attribute designed for human readability
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also