Click or drag to resize

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
)

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