Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IFormatter Interface / Format Method / Format(Boolean,FormatOptions) Method
An System.Boolean value indicates the data to format.
A value that specifies additional format options.


In This Topic
Format(Boolean,FormatOptions) Method
In This Topic
Formats the specified boolean value to display text.
Syntax
'Declaration
 
Overloads Function Format( _
   ByVal value As Boolean, _
   Optional ByVal options As FormatOptions _
) As FormatResult
 
'Usage
 
Dim instance As IFormatter
Dim value As Boolean
Dim options As FormatOptions
Dim value As FormatResult
 
value = instance.Format(value, options)

Parameters

value
An System.Boolean value indicates the data to format.
options
A value that specifies additional format options.

Return Value

A FormatResult value represents the formatting result.
See Also