Parses a string and assigns it to the value of this instance.
Namespace:
EPiServer.CoreAssembly: EPiServer (in EPiServer.dll) Version: 5.2.375.236
Syntax
| C# |
|---|
public override void ParseToSelf( string value ) |
Parameters
- value
- Type: System..::.String
The new value for the property.
Remarks
As PropertyLongString stores its value as a string no parsing is necessary.