Document Library for WPF | ComponentOne
C1.WPF.Document.4.5.2 Assembly / C1.WPF.Document 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