bool IsFormattedWithParenthesesForPositiveValues()
'Declaration
Function IsFormattedWithParenthesesForPositiveValues() As Boolean
'使用法
Dim instance As IFormatter
Dim value As Boolean
value = instance.IsFormattedWithParenthesesForPositiveValues()
戻り値の型
負の値がカッコで書式設定される場合はtrue
、それ以外の場合はfalse
。