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






    ToString Method (UID)
    An explicit conversion to a string, returning the same string as Value
    Syntax
    'Declaration
     
    
    Public Overrides Function ToString() As System.String
     
    'Usage
     
    
    Dim instance As UID
    Dim value As System.String
     
    value = instance.ToString()

    Return Value

    The dotted form of the UID as a string
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also