'宣言 Public Operator Widening CType( _ ByVal value As System.String _ ) As ScriptStringValue
'使用法
public ScriptStringValue operator implicit( System.string value )
パラメータ
- value
- The string to convert.
戻り値の型
The ScriptStringValue object.
'宣言 Public Operator Widening CType( _ ByVal value As System.String _ ) As ScriptStringValue
'使用法
public ScriptStringValue operator implicit( System.string value )