[]
Parses the format and sync settings for each field.
public void SetFields(string format)
Public Sub SetFields(format As String)
Parses the pattern and sync settings for each field.
public void SetFields(string pattern, string positivePrefix, string positiveSuffix, string negativePrefix, string negativeSuffix)
Public Sub SetFields(pattern As String, positivePrefix As String, positiveSuffix As String, negativePrefix As String, negativeSuffix As String)
Type | Name | Description |
---|---|---|
string | pattern | A string value indicates the pattern for the fields. |
string | positivePrefix | A string value indicates the string for the positive prefix. |
string | positiveSuffix | A string value indicates the string for the positive suffix. |
string | negativePrefix | A string value indicates the string for the negative prefix. |
string | negativeSuffix | A string value indicates the string for the negative suffix. |