Click or drag to resize

PartTypeFormat Method

Formats the value into a human friendly string.

Namespace:  KSPDev.GUIUtils.TypeFormatters
Assembly:  KSPDev_Utils.1.0 (in KSPDev_Utils.1.0.dll) Version: 1.0 for KSP v1.6+
Syntax
C#
public static string Format(
	Part value
)
Request Example View Source

Parameters

value
Type: (Default Namespace)Part
The part to format.

Return Value

Type: String
A formatted and localized string
See Also