'宣言 Public Operator Widening CType( _ ByVal value As System.String _ ) As ScriptObjectValue
'使用法
public ScriptObjectValue operator implicit( System.string value )
パラメータ
- value
- 変換する文字列。
戻り値の型
ScriptObjectValue オブジェクト。
'宣言 Public Operator Widening CType( _ ByVal value As System.String _ ) As ScriptObjectValue
'使用法
public ScriptObjectValue operator implicit( System.string value )