Parses the pattern and sync settings for each field.
Syntax
'Declaration
Public Overloads Sub SetFields( _
ByVal As String, _
ByVal As String, _
ByVal As String, _
ByVal As String, _
ByVal As String _
)
'Usage
Dim instance As NumberFieldsInfo
Dim pattern As String
Dim positivePrefix As String
Dim positiveSuffix As String
Dim negativePrefix As String
Dim negativeSuffix As String
instance.SetFields(pattern, positivePrefix, positiveSuffix, negativePrefix, negativeSuffix)
public void SetFields(
string ,
string ,
string ,
string ,
string
)
Parameters
- pattern
- A System.String value that indicates the pattern for the fields.
- positivePrefix
- A System.String value that indicates the string for the positive prefix.
- positiveSuffix
- A System.String value that indicates the string for the positive suffix.
- negativePrefix
- A System.String value that indicates the string for the negative prefix.
- negativeSuffix
- A System.String value that indicates the string for the negative suffix.
See Also