adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / Message Class / ToString Method / ToString() Method


In This Topic
    ToString() Method
    In This Topic
    Returns a string that represents the current object. Returns the message code and message text.
    Syntax
    'Declaration
     
    
    Public Overloads Overrides Function ToString() As String
    public override string ToString()
    public:
    String^ ToString(); override 

    Return Value

    A string that represents the current object.
    See Also