InfoConnect API Guide
Attachmate.Reflection.Emulation.Common Namespace / HostField Class / ToString Method


In This Topic
    ToString Method (HostField)
    In This Topic
    Gets the field in a string format.
    Syntax
    'Declaration
     
    
    Public Overrides Function ToString() As String
    'Usage
     
    
    Dim instance As HostField
    Dim value As String
     
    value = instance.ToString()
    public override string ToString()

    Return Value

    Returns value as string.
    See Also