SerializableString(String) Constructor
Initializes a new instance of the SerializableString class with the specified value.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.2.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
value | String | A String that specifies the value to be serialized. |
Remarks
The SerializableString string class is intended for internal use only. It shouldn’t be initialized directly.
See Also