DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomLicense Class / ToString Method






In This Topic
    ToString Method (DicomLicense)
    In This Topic
    Standard override
    Syntax
    'Declaration
     
    
    Public Overrides Function ToString() As System.String
    'Usage
     
    
    Dim instance As DicomLicense
    Dim value As System.String
     
    value = instance.ToString()
    public override System.string ToString()
    public function ToString(): System.String; override; 
    public override function ToString() : System.String;
    public: System.string* ToString(); override 
    public:
    System.String^ ToString(); override 

    Return Value

    A human readable representation of the type, functions, IDs and expiry of the license
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also