IsFormattedAsText(Double) Method
In This Topic
Determines whether the specified numeric value is formatted as text.
Syntax
'Declaration
Overloads Function IsFormattedAsText( _
ByVal As Double _
) As Boolean
'Usage
Dim instance As IFormatter
Dim number As Double
Dim value As Boolean
value = instance.IsFormattedAsText(number)
bool IsFormattedAsText(
double
)
Parameters
- number
- A double value indicates the number.
Return Value
true
if the specified numeric value is formatted as text; otherwise, false
.
See Also