Show / Hide Table of Contents

    Method ToString

    ToString()

    Returns a string representation of the UUID in registry format.
    Declaration
    public override string ToString()
    Returns
    Type Description
    String String representation of the UUID in registry format.

    ToString(String)

    Returns a string representation of the UUID according to the provided format specifier.

    See documentation on ToString(String) for details on the format specifiers.

    Declaration
    public string ToString(string format)
    Parameters
    Type Name Description
    String format A single format specifier that indicates how the UUID should be formatted. See the documentation on ToString(String) for a list of supported specifiers.
    Returns
    Type Description
    String String representation of the UUID according to the provided format specifier.

    ToString(String, IFormatProvider)

    Returns a string representation of the UUID according to the provided format specifier and culture-specific format information.
    Declaration
    public string ToString(string format, IFormatProvider formatProvider)
    Parameters
    Type Name Description
    String format A single format specifier that indicates how the UUID should be formatted. See the documentation on ToString(String, IFormatProvider) for a list of supported specifiers.
    IFormatProvider formatProvider
    Returns
    Type Description
    String String representation of the UUID according to the provided format specifier.
    Back to top Copyright © 2017-2018, xplo.re IT Services, Michael Maier. All rights reserved.