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.
Assembly: System.Web.DataVisualization (in System.Web.DataVisualization.dll)
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.StringA string value that represents the serializable or non serializable class and/or property names.
.NET Framework
Available since 4.0
Available since 4.0
Show: