Table of Contents

ToString Method

ToString()

public override string ToString()

Returns a string that represents the current object.

Returns

string

A string that represents the current object.

ToString(string, IFormatProvider?)

public string ToString(string format, IFormatProvider? provider = null)

Parameters

format string
provider IFormatProvider

Returns

string