Click or drag to resize

AppStringManagerBoolToYesEmpty 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
Syntax
C#
public static string BoolToYesEmpty(
	bool b
)

Parameters

b
Type: SystemBoolean

Return Value

Type: String
See Also