バージョン

ConvertFromText メソッド (PercentEditor)

テキストを新しい ManualProjectDuration に変換するときに使用します。
シンタックス
'宣言
 
Protected Overrides Function ConvertFromText( _
   ByVal text As String _
) As Nullable(Of Decimal)
protected override Nullable<decimal> ConvertFromText( 
   string text
)

パラメータ

text
エンドユーザーが入力したテキスト。

戻り値の型

指定したテキストから作成した値。
参照