DicomObjects.NET.8.48 Documentation
DicomObjects.DicomUIDs Namespace / UID Class / ToString Method

In This Topic
    ToString Method (UID)
    In This Topic
    An explicit conversion to a string, returning the same string as Value
    Syntax
    'Declaration
     
    
    Public Overrides Function ToString() As System.String
    public override System.string ToString()

    Return Value

    The dotted form of the UID as a string
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also