OnOffValue.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 OnOffValue object created from a Boolean value.
public static DocumentFormat.OpenXml.OnOffValue FromBoolean (bool value);
static member FromBoolean : bool -> DocumentFormat.OpenXml.OnOffValue
Public Shared Function FromBoolean (value As Boolean) As OnOffValue
Parameters
- value
- Boolean
A Boolean value that is used to create a new OnOffValue object.
Returns
A OnOffValue that corresponds to the value parameter.