Click or drag to resize
GeneratorUtilsBooleanToKeyword Method
Converts the value specified to the boolean keyword which represents the value in the current target language, so if value is true, 'true' will be returned for C# and 'True' for VB.NET

Namespace:  SD.LLBLGen.Pro.GeneratorCore
Assembly:  SD.LLBLGen.Pro.GeneratorCore (in SD.LLBLGen.Pro.GeneratorCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public static string BooleanToKeyword(
	IGenerator executingGenerator,
	bool value
)

Parameters

executingGenerator
Type: SD.LLBLGen.Pro.ApplicationCoreIGenerator
The executing generator.
value
Type: SystemBoolean
if set to true [value].

Return Value

Type: String
See Also