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