Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.CalcEngine Namespace / WebImage Class / ToString Method


In This Topic
    ToString Method (WebImage)
    In This Topic
    Returns a String which represents the object instance.
    Syntax
    'Declaration
     
    
    Public Function ToString() As String
    'Usage
     
    
    Dim instance As WebImage
    Dim value As String
     
    value = instance.ToString()
    public string ToString()
    See Also