[]
Initializes a new instance of the NumberSignDisplayFieldInfo class.
public NumberSignDisplayFieldInfo()
Public Sub New()
Initializes a new instance of the NumberSignDisplayFieldInfo class.
public NumberSignDisplayFieldInfo(string positivePattern, string negativePattern)
Public Sub New(positivePattern As String, negativePattern As String)
| Type | Name | Description |
|---|---|---|
| string | positivePattern | A string value that indicates the positive pattern. |
| string | negativePattern | A string value that indicates the negative pattern. |