Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / PointD Structure / ToString Method

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

    Return Value

    A string that represents the current PointD structure.
    See Also