LinearReport.ToString Method (ReportVerbosity, IFormatProvider)

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

Converts a linear report to its equivalent string representation.

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

Syntax

'Declaration
Public Overrides Function ToString ( _
    verbosity As ReportVerbosity, _
    format As IFormatProvider _
) As String
public override string ToString(
    ReportVerbosity verbosity,
    IFormatProvider format
)
public:
virtual String^ ToString(
    ReportVerbosity verbosity, 
    IFormatProvider^ format
) override
abstract ToString : 
        verbosity:ReportVerbosity * 
        format:IFormatProvider -> string 
override ToString : 
        verbosity:ReportVerbosity * 
        format:IFormatProvider -> string 
public override function ToString(
    verbosity : ReportVerbosity, 
    format : IFormatProvider
) : String

Parameters

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

Return Value

Type: System.String
A string representation of the linear report.

.NET Framework Security

See Also

Reference

LinearReport Class

ToString Overload

Microsoft.SolverFoundation.Services Namespace