Share via


SetVBOptionCodeGenerator.Explicit(Boolean) Method

Definition

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.

Applies to