Click or drag to resize

UtilityGetOnOffString Method

Gets the on off string.

Namespace:  IBM.Watson.DeveloperCloud.Utilities
Assembly:  unity-documentation (in unity-documentation.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static string GetOnOffString(
	bool b
)

Parameters

b
Type: SystemBoolean
If set to true b.

Return Value

Type: String
The on off string.
See Also