MindFusion.Wpf Pack Programmer's Guide
Measure.ToString Method (IFormatProvider)
See Also
 





Returns a string representation of the current measure.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 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

ToString Method Overload List
Measure Members
Measure Class
MindFusion.Spreadsheet.Wpf Namespace