Click or drag to resize

XDisplayPropertiesDeserialize Method

Deserializes the string of joined DotPath=Value properties into property values.

Namespace: RCS.Carbon.Shared
Assembly: RCS.Carbon.Shared (in RCS.Carbon.Shared.dll) Version: 9.0.12
Syntax
C#
public void Deserialize(
	string serializedString,
	string joiner = ""
)

Parameters

serializedString  String
A custom serialized string of joined DotPath=Value tokens. A null value or empty (zero length) string is ignored and no properties are set.
joiner  String  (Optional)
Specifies the string which joins the tokens in a custom serialized string. The default value is a single newline character '\n' 0x0a.
Exceptions
ExceptionCondition
CarbonExceptionThrown if any property dotpath in the serializedString is not assigned to any property.
See Also