'Declaration Overloads Function Format( _ ByVal text As String, _ Optional ByVal options As FormatOptions _ ) As FormatResult
'Usage Dim instance As IFormatter Dim text As String Dim options As FormatOptions Dim value As FormatResult value = instance.Format(text, options)
FormatResult Format( string text, FormatOptions options )
Parameters
- text
- A string value indicates the text to format.
- options
- A value that specifies additional format options.
Return Value
A FormatResult value represents the formatting result.