GH_Format.FormatBoolean Method (Boolean)

GH_FormatFormatBoolean Method (Boolean)

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public static string FormatBoolean(
	bool data
)
Public Shared Function FormatBoolean ( 
	data As Boolean
) As String

Parameters

data
Type: SystemBoolean

Return Value

Type: String
See Also