Creates a new instance of PropertyString with the given value, ie reversed ToString().
Namespace:
EPiServer.CoreAssembly: EPiServer (in EPiServer.dll) Version: 5.2.375.236
Syntax
| C# |
|---|
public override PropertyData ParseToObject( string value ) |
Parameters
- value
- Type: System..::.String
The string value.
Return Value
A new instance of PropertyString with the given value.
Remarks
No parsing is needed as the property is stored as a string.