Search
NumericFormatInfo.Format Property
See Also
 






Gets the string representation of this numeric format.

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

 Syntax

C#  Copy Code

public string Format { get; }

Visual Basic  Copy Code

Public ReadOnly Property Format As String

 Property Value

A string value.

 See Also