ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Win.Interop Namespace / Size Structure / ToString Method

In This Topic
    ToString Method (Size)
    In This Topic
    Converts the current Size structure to a human-readable string representing it.
    Syntax
    'Declaration
     
    Public Overrides Function ToString() As System.String
    public override System.string ToString()

    Return Value

    The string representing the current Size.
    See Also