SetVBOptionCodeGenerator.Explicit(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.
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Converts the SetVBOptionCodeGenerator explicitly to the on and off value.
public static System.Web.Razor.Generator.SetVBOptionCodeGenerator Explicit (bool onOffValue);
static member Explicit : bool -> System.Web.Razor.Generator.SetVBOptionCodeGenerator
Public Shared Function Explicit (onOffValue As Boolean) As SetVBOptionCodeGenerator
Parameters
- onOffValue
- Boolean
true if the SetVBOptionCodeGenerator converts to on and off value; otherwise, false.
Returns
The SetVBOptionCodeGenerator explicitly converts to the on and off value.