Search
Measure.ToString Method (IFormatProvider)
See Also
 






Returns a string representation of the current measure.

Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms

 Syntax

C#  Copy Code

public string ToString (
    IFormatProvider provider
)

Visual Basic  Copy Code

Public Function ToString( _
    provider As IFormatProvider _
) As String

 Parameters

provider

An IFormatProvider object that is used to format the amount.

 Return Value

The string representation of the current object.

 See Also