Click or drag to resize

BcfFaultViewToString Method (IFormatProvider)

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

Returns a String that represents the Fault.

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