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.10.0.0 (5.10.0)
Syntaxpublic static string BooleanToKeyword(
	IGenerator executingGenerator,
	bool value
)
Public Shared Function BooleanToKeyword ( 
	executingGenerator As IGenerator,
	value As Boolean
) As String
Parameters
- executingGenerator
 - Type: SD.LLBLGen.Pro.ApplicationCoreIGenerator
The executing generator. - value
 - Type: SystemBoolean
if set to true [value]. 
Return Value
Type: 
String
See Also