TrueFalseValue.FromBoolean(Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a new TrueFalseValue object that was created from a Boolean value.
public static DocumentFormat.OpenXml.TrueFalseValue FromBoolean (bool value);
static member FromBoolean : bool -> DocumentFormat.OpenXml.TrueFalseValue
Public Shared Function FromBoolean (value As Boolean) As TrueFalseValue
Parameters
- value
- Boolean
A Boolean value to use to create a new TrueFalseValue object.
Returns
A TrueFalseValue that corresponds to the value parameter.