PowerTools PlusPak for Windows Forms 8.0J
暗黙的 キャスト 演算子(DateTimeEx,String) オペレータ

DateTime 値。
文字列の日付を DateTimeEx クラスに変換する代入演算子。
構文
Overloads Public Operator Widening CType( _
   ByVal date As String _
) As DateTimeEx
public DateTimeEx operator implicit( 
   string date
)

パラメータ

date
DateTime 値。

戻り値の型

date から変換された DateTimeEx クラス。
解説
VB.NET などの一部の言語では演算子のオーバーロードがサポートされていないことに注意してください。そのため、これに相当する機能は Parse メソッドです。
プラットフォーム

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

DateTimeEx クラス
DateTimeEx メンバ
オーバーロード一覧

Send Feedback