Click or drag to resize

CommonHelperBoolToString Method

Convert a Boolean to a culture invariant string value.

Namespace:  Internal.ComponentFactory.Krypton.Toolkit
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static string BoolToString(
	bool b
)

Parameters

b
Type: SystemBoolean
Boolean to convert.

Return Value

Type: String
Culture invariant string representation.
See Also