Click or drag to resize

BcfFaultToString Method (IFormatProvider)

[This is preliminary documentation and is subject to change.]

Returns a String that represents this instance.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta7
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 null.
See Also