Decision.ToString Method (IFormatProvider)

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Converts the decision to its equivalent string representation.

Namespace:  Microsoft.SolverFoundation.Services
Assembly:  Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)

Syntax

'Declaration
Public Function ToString ( _
    formatProvider As IFormatProvider _
) As String
public string ToString(
    IFormatProvider formatProvider
)
public:
String^ ToString(
    IFormatProvider^ formatProvider
)
member ToString : 
        formatProvider:IFormatProvider -> string 
public function ToString(
    formatProvider : IFormatProvider
) : String

Parameters

  • formatProvider
    Type: System.IFormatProvider
    An object that provides formatting information for formatting and parsing operations.

Return Value

Type: System.String
The string representation of the decision.

.NET Framework Security

See Also

Reference

Decision Class

ToString Overload

Microsoft.SolverFoundation.Services Namespace