MindFusion.Wpf Pack Programmer's Guide
DefaultNumericFormats.Format Method
See Also
 





Formats a given value according to the provided format string and locale.

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

 Syntax

C#  Copy Code

public static string Format (
    Object value,
    string format,
    CultureInfo locale
)

Visual Basic  Copy Code

Public Shared Function Format( _
    value As Object, _
    format As String, _
    locale As CultureInfo _
) As String

 Parameters

value

The object to format.

format

The formatting specifier.

locale

The context in which to perform the formatting.

 Return Value

A string value representing the result of the formatting.

 See Also

DefaultNumericFormats Members
DefaultNumericFormats Class
MindFusion.Spreadsheet.Wpf Namespace