ASP.NET Core MVC コントロールヘルプ
Format メソッド (InputNumberBuilder)

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc.Fluent 名前空間 > InputNumberBuilder クラス : Format メソッド
The value.
Configurates C1.Web.Mvc.InputNumber.Format. Sets the format used to display the number being edited (see Globalize).
シンタックス
'宣言
 
Public Function Format( _
   ByVal value As System.String _
) As InputNumberBuilder
public InputNumberBuilder Format( 
   System.string value
)

パラメータ

value
The value.

戻り値の型

Current builder.
解説
The format string is expressed as a .NET-style standard numeric format string.
参照

InputNumberBuilder クラス
InputNumberBuilder メンバ