[]
public static bool? ReadNullableBool(XmlNodeWrapperBase node, string name, bool? defValue)
Public Shared Function ReadNullableBool(node As XmlNodeWrapperBase, name As String, defValue As Boolean?) As Boolean?
| Type | Name | Description |
|---|---|---|
| XmlNodeWrapperBase | node | |
| string | name | |
| bool? | defValue |
| Type | Description |
|---|---|
| bool? |