'宣言 Public Overloads Function ValueToString( _ ByVal o As System.Object _ ) As System.String
'使用法 Dim instance As ScriptEngineContext Dim o As System.Object Dim value As System.String value = instance.ValueToString(o)
public System.string ValueToString( System.object o )
パラメータ
- o
- Value to convert.