Community Analyst API for Silverlight 2.2 Reference
ToString() Method
See Also  Send Feedback
ESRI.ArcGIS.Client.BACore Namespace > JsonList<T> Class > ToString Method : ToString() Method

Glossary Item Box

Serializes this instance to a string value.

Syntax

 
Visual Basic (Declaration)
C#
 
 

Return Value

String representation of this array.

Remarks

If the type of entries in this array implements the IJsonObject or IDictionary<string,object> or IList<object> interfaces, the JSON-serialized string is returned. Otherwise, values of this array are converted to a string list delimited with the semicolon char.

List items are validated while serialization.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2010-2012 ESRI Inc. All Rights Reserved.