Click or drag to resize

IPersistentFieldParseFromString Method

Restores the object's state from 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#
void ParseFromString(
	string value
)
Request Example View Source

Parameters

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