SerializableString Constructors
For internal use. Provides serialization functionality in the XtraReports Suite.| Name | Parameters | Description |
|---|---|---|
| SerializableString() | none | Initializes a new instance of the SerializableString class with the default settings. |
| SerializableString(String) | value | Initializes a new instance of the SerializableString class with the specified value. |
See Also