TupleT1, T2ToString Method (String, IFormatProvider) |
Returns a
String that represents this instance.
Namespace:
Atomia.Billing.Core.Sdk.Utils.Containers
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax public string ToString(
string format,
IFormatProvider formatProvider
)
Public Function ToString (
format As String,
formatProvider As IFormatProvider
) As String
public:
virtual String^ ToString(
String^ format,
IFormatProvider^ formatProvider
) sealed
abstract ToString :
format : string *
formatProvider : IFormatProvider -> string
override ToString :
format : string *
formatProvider : IFormatProvider -> string
Parameters
- format
- Type: SystemString
The format. - formatProvider
- Type: SystemIFormatProvider
The format provider.
Return Value
Type:
String
A
String that represents this instance.
Implements
IFormattableToString(String, IFormatProvider)See Also