GH_Format.FormatInteger Method (Int32)

GH_FormatFormatInteger Method (Int32)

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

Parameters

data
Type: SystemInt32

Return Value

Type: String
See Also