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