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