Document Library for WinForms | ComponentOne
C1.Win.C1Document.4.5.2 Assembly / C1.Win.C1Document Namespace / Unit Structure / ToString Method

In This Topic
    ToString Method (Unit)
    In This Topic
    Converts the current object to a string.
    Syntax
    'Declaration
     
    Public Overrides Function ToString() As String
    public override string ToString()

    Return Value

    The string representing the current Unit object.
    See Also