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