IsFormattedWithParenthesesForPositiveValues Method
In This Topic
Indicates whether the current formatter will format positive value with the parentheses.
Syntax
'Declaration
Function IsFormattedWithParenthesesForPositiveValues() As Boolean
'Usage
Dim instance As IFormatter
Dim value As Boolean
value = instance.IsFormattedWithParenthesesForPositiveValues()
bool IsFormattedWithParenthesesForPositiveValues()
Return Value
true
if the negative value is formatted with the parentheses; otherwise, false
.
See Also