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