'宣言 Public Property Format As System.String
'使用法 Dim instance As TextField Dim value As System.String instance.Format = value value = instance.Format
public System.string Format {get; set;}
'宣言 Public Property Format As System.String
'使用法 Dim instance As TextField Dim value As System.String instance.Format = value value = instance.Format
public System.string Format {get; set;}
Format プロパティを使用して、数値、日付、時刻、およびテキストを 表示および印刷する方法をカスタマイズできます。
たとえば、Price フィールドを作成した場合に、その Format プロパティを 「Currency」に設定できます。これで、フィールド値が「4321.678」の場合は、「$4,321.68」とレンダリングされます。
Format プロパティを使用して、数値(通貨およびパーセント値を含む)、日付、ブール値、 および文字列を書式設定できます。