'Usage
Dim instance As IFormatter Dim value As Object Dim value As Boolean value = instance.IsFormattedAsText(value)
Parameters
- value
- An System.Object instance indicates the value.
Return Value
true
if the specified value is formatted as text; otherwise, false
.