Click or drag to resize

XDisplayPropertiesDeserializeProp Method

Deserializes a single property dotpath and string representation of a property value.

Namespace: RCS.Carbon.Shared
Assembly: RCS.Carbon.Shared (in RCS.Carbon.Shared.dll) Version: 9.0.12
Syntax
C#
public void DeserializeProp(
	string dotpath,
	string stringValue
)

Parameters

dotpath  String
The property dotpath that identifies the property to set.
stringValue  String
A culture-neutral string representation of the value to set.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown if dotpath is null.
CarbonExceptionThrown if dotpath is not assigned to any property.
See Also