SmartZone v8.0 - Updated
Accusoft.SmartZoneICR.Net Assembly / Accusoft.SmartZoneICRSdk Namespace / Zone Structure / ToString Method




In This Topic
    ToString Method (Zone)
    In This Topic
    Returns a string that represents the current object.
    Syntax
    'Declaration
     
    
    Public Overrides Function ToString() As String
    'Usage
     
    
    Dim instance As Zone
    Dim value As String
     
    value = instance.ToString()
    public override string ToString()
    public: string* ToString(); override 
    public:
    String^ ToString(); override 

    Return Value

    A string representation of Zone object.
    See Also