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 public static string GetOnOffString(
bool b
)
Parameters
- b
- Type: SystemBoolean
If set to true b.
Return Value
Type:
StringThe on off string.
See Also