Click or drag to resize

IPersistentFieldSerializeToString Method

Returns the object's state as a plain string.

Namespace:  KSPDev.ConfigUtils
Assembly:  KSPDev_Utils.2.5 (in KSPDev_Utils.2.5.dll) Version: 2.5 for KSP v1
Syntax
C#
string SerializeToString()
Request Example View Source

Return Value

Type: String
Object's state.
See Also