KspData Convert T  Method (T, String) KerbalData - KSP Data Unlocked!
Converts an object instannce to a KSP data string

Namespace: KerbalData
Assembly: KerbalData (in KerbalData.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static string Convert<T>(
	T obj,
	string configSectionName = "kerbalData"
)
where T : class, new()

Parameters

obj
Type: T
object data
configSectionName (Optional)
Type: OnlineSystem String
configuration section to use for processor lookup
Type Parameters

T
model type to convert to

Return Value

KSP data as a string
See Also