|   | AppStringManagerBoolToYesNo Method  | 
 
            Utility method to return a string representation of a boolean.
            
 
    Namespace: 
   Omada.OE.Model
    Assembly:
   Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntaxpublic static string BoolToYesNo(
	bool b
)
Parameters
- b
 - Type: SystemBoolean
 
Return Value
Type: 
String
See Also