Create a new PropertyLongString with the value passed to the method.
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 value for the new PropertyLongString.
Return Value
A new instance of PropertyLongString with the value passed to the method.
Remarks
As PropertyLongString stores its value as a string no parsing is necessary.