This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Buildah.
Summary
Get an argument from a nullable bool.
- Assembly
- Cake
.Buildah .dll - Namespace
- Cake
.Buildah - Containing Type
- Arguments
Builder Extension
Syntax
public static string GetArgumentFromNullableBoolProperty(PropertyInfo property, Nullable<bool> value)
Parameters
| Name | Type | Description |
|---|---|---|
| property | PropertyInfo | The property. |
| value | Nullable |
the value. |
Return Value
| Type | Description |
|---|---|
| string | a nullable string. |
