Click or drag to resize

BcfFaultMessageToString Method (IFormatProvider)

Returns a String that represents this instance.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntax
public string ToString(
	IFormatProvider formatProvider
)

Parameters

formatProvider
Type: SystemIFormatProvider
An object that supplies culture-specific formatting information.

Return Value

Type: String
A String that represents this instance.
Exceptions
ExceptionCondition
ArgumentNullExceptionformatProvider is .
See Also