Returns a new PropertyXhtmlString based on the string value.

Namespace:  EPiServer.SpecializedProperties
Assembly:  EPiServer (in EPiServer.dll) Version: 5.2.375.236

Syntax

C#
public override PropertyData ParseToObject(
	string value
)

Parameters

value
Type: System..::.String
The value.

See Also