Click or drag to resize

BcfFaultViewToString Method (IFormatProvider)

Returns a String that represents the Fault.

Namespace:  CalculationWorks.ViewModel.Forms
Assembly:  CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.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 the Fault.
Exceptions
ExceptionCondition
ArgumentNullExceptionformatProvider is .
See Also