'宣言 Overloads Public Operator Widening CType( _ ByVal value As System.String _ ) As StringItem
public StringItem operator implicit( System.string value )
パラメータ
- value
- StringItem の内容として使用される文字列。
戻り値の型
変換された文字列を表す StringItem。
'宣言 Overloads Public Operator Widening CType( _ ByVal value As System.String _ ) As StringItem
public StringItem operator implicit( System.string value )