Click or drag to resize

IPersistentField.ParseFromString Method

Restores the object's state from a plain string.

Namespace:  KSPDev.ConfigUtils
Assembly:  KSPDev_Utils.1.0 (in KSPDev_Utils.1.0.dll) Version: 1.0 for KSP v1.6+
Syntax
C#
void ParseFromString(
	string value
)
Request Example View Source

Parameters

value
Type: System.String
String value to restore from.
Remarks
It's OK to throw exceptions if the value cannot be parsed.
See Also