VintaSoft Barcode .NET SDK 15.2: Documentation for .NET developer
Vintasoft.Barcode.GS1 Namespace / GS1DigitalLink Class / ToString() Method
Syntax Requirements SeeAlso
In This Topic
    ToString() Method (GS1DigitalLink)
    In This Topic
    Converts GS1 Digital Link to URI string.
    Syntax
    'Declaration
    
    Public Overrides Function ToString() As String
    
    
    public override string ToString()
    
    
    public: string* ToString(); override
    
    
    public:
    string^ ToString(); override

    Return Value

    A string that represents GS1 Digital Link URI.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also