Determines whether the current formatter is general formatter.
'Declaration
Function IsGeneral() As Boolean
'Usage
Dim instance As IFormatter
Dim value As Boolean
value = instance.IsGeneral()
Return Value
true
if the current formatter is general formatter; otherwise, false
.