'宣言 Public Overloads Shared Function BuildFields( _ ByVal pattern As System.String, _ ByVal positivePrefix As System.String, _ ByVal positiveSuffix As System.String, _ ByVal negativePrefix As System.String, _ ByVal negativeSuffix As System.String _ ) As NumberDisplayField()
public static NumberDisplayField[] BuildFields( System.string pattern, System.string positivePrefix, System.string positiveSuffix, System.string negativePrefix, System.string negativeSuffix )
パラメータ
- pattern
- パターンを示す System.String 値。
- positivePrefix
- 値が正のときに前に付加する文字列を示す System.String 値。
- positiveSuffix
- 値が正のときに後ろに付加する文字列を示す System.String 値。
- negativePrefix
- 値が負のときに前に付加する文字列を示す System.String 値。
- negativeSuffix
- 値が負のときに後ろに付加する文字列を示す System.String 値。
戻り値の型
作成された NumberDisplayField フィールドを示す GcNumber の配列。