Search Results for

    Show / Hide Table of Contents

    Method ToString

    ToString()

    Converts the value of the object to its equivalent string representation.

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String

    The string representation of the value of this instance.

    Overrides
    System.ValueType.ToString()

    ToString(String)

    Converts the value of the object to its equivalent string representation.

    Declaration
    public string ToString(string format)
    Parameters
    Type Name Description
    System.String format

    The format.

    Returns
    Type Description
    System.String

    The string representation of the value of this instance.

    ☀
    ☾
    Back to top Copyright (C) 2015 crosire - zlib
    Generated with DocFX