Skip to main content
A newer version of this page is available. .

SerializableString(String) Constructor

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

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v18.2.dll

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