Skip to main content

SerializableString(String) Constructor

Initializes a new instance of the SerializableString class with the specified value.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public SerializableString(
    string value
)

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