ChartSerializer.GetContentString Method (SerializationContents, Boolean)

.NET Framework (current version)
 

Returns a serializable or non serializable class and/or property names, depending on the specific flag value.

Namespace:   System.Web.UI.DataVisualization.Charting
Assembly:  System.Web.DataVisualization (in System.Web.DataVisualization.dll)

member GetContentString : 
        content:SerializationContents *
        serializable:bool -> string

Parameters

content
Type: System.Web.UI.DataVisualization.Charting.SerializationContents

The serializable content.

serializable
Type: System.Boolean

True to get a serializable string; false to get a non serializaable string.

Return Value

Type: System.String

A string value that represents the serializable or non serializable class and/or property names.

.NET Framework
Available since 4.0
Return to top
Show: