SemPtr SemPtr
SemPtr SemPtr
Documentation generated with DocFX
Using SingulinkFX as the template

Search Results for

    Method ToString

    ToString()

    Formats the value of the current instance using the default format.

    Declaration
    public override string ToString()
    Returns
    Type Description
    string

    The value of the current instance in the default format.

    Overrides
    ValueType.ToString()

    ToString(IFormatProvider?)

    Formats the value of the current instance using the specified format.

    Declaration
    public string ToString(IFormatProvider? formatProvider)
    Parameters
    Type Name Description
    IFormatProvider formatProvider

    The provider to use to format the value.

    -or-

    A null reference (Nothing in Visual Basic) to obtain the numeric format information from the current locale setting of the operating system.

    Returns
    Type Description
    string

    The value of the current instance in the specified format.

    ToString(string?)

    Formats the value of the current instance using the specified format.

    Declaration
    public string ToString(string? format)
    Parameters
    Type Name Description
    string format

    The format to use.

    -or-

    A null reference (Nothing in Visual Basic) to use the default format defined for the type of the IFormattable implementation.

    Returns
    Type Description
    string

    The value of the current instance in the specified format.

    ToString(string?, IFormatProvider?)

    Formats the value of the current instance using the specified format.

    Declaration
    public string ToString(string? format, IFormatProvider? formatProvider)
    Parameters
    Type Name Description
    string format

    The format to use.

    -or-

    A null reference (Nothing in Visual Basic) to use the default format defined for the type of the IFormattable implementation.

    IFormatProvider formatProvider

    The provider to use to format the value.

    -or-

    A null reference (Nothing in Visual Basic) to obtain the numeric format information from the current locale setting of the operating system.

    Returns
    Type Description
    string

    The value of the current instance in the specified format.

    Implements
    IFormattable.ToString(string, IFormatProvider)
    © 2026 Felix Rüdiger. SemPtr and its documentation are licensed under the MIT license.