FlexReport for WPF
ReadNullableBool メソッド (Utils)


C1.WPF.FlexReport.4.6.2 アセンブリ > C1.WPF.FlexReport.Legacy 名前空間 > Utils クラス : ReadNullableBool メソッド
シンタックス
'宣言
 
Public Shared Function ReadNullableBool( _
   ByVal node As XmlNodeWrapperBase, _
   ByVal name As System.String, _
   ByVal defValue As System.Nullable(Of Boolean) _
) As System.Nullable(Of Boolean)
'使用法
 
Dim node As XmlNodeWrapperBase
Dim name As System.String
Dim defValue As System.Nullable(Of Boolean)
Dim value As System.Nullable(Of Boolean)
 
value = Utils.ReadNullableBool(node, name, defValue)
public static System.Nullable<bool> ReadNullableBool( 
   XmlNodeWrapperBase node,
   System.string name,
   System.Nullable<bool> defValue
)

パラメータ

node
name
defValue
参照

Utils クラス
Utils メンバ