PrintDocument for WinForms
FromObject メソッド (Unit)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > Unit 構造体 : FromObject メソッド
An object to convert.
Attempts to convert an object to a unit value. This method throws an exception if the conversion cannot be performed.
シンタックス
'宣言
 
Public Shared Function FromObject( _
   ByVal obj As System.Object _
) As Unit
'使用法
 
Dim obj As System.Object
Dim value As Unit
 
value = Unit.FromObject(obj)
public static Unit FromObject( 
   System.object obj
)

パラメータ

obj
An object to convert.

戻り値の型

A unit value representing obj.
参照

Unit 構造体
Unit メンバ