'宣言 Public Shared Function AsC1Document( _ ByVal o As System.Object _ ) As IC1Document
'使用法 Dim o As System.Object Dim value As IC1Document value = Utils.AsC1Document(o)
public static IC1Document AsC1Document( System.object o )
パラメータ
- o
- A document to test/convert.
戻り値の型
IC1Document representing the passed object, or null.