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