GH_Format.FormatInteger Method (GH_Integer)

GH_FormatFormatInteger Method (GH_Integer)

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

Parameters

data
Type: Grasshopper.Kernel.TypesGH_Integer

Return Value

Type: String
See Also