Spread Silverlight Documentation
ConvertValue Method (StringSeriesCollection)


Index of the value.
The object.
Converts the value.
Syntax
'Declaration
 
Protected Overrides NotOverridable Function ConvertValue( _
   ByVal valueIndex As System.Integer, _
   ByVal obj As System.Object _
) As System.String
'Usage
 
Dim instance As StringSeriesCollection
Dim valueIndex As System.Integer
Dim obj As System.Object
Dim value As System.String
 
value = instance.ConvertValue(valueIndex, obj)
protected override System.string ConvertValue( 
   System.int valueIndex,
   System.object obj
)

Parameters

valueIndex
Index of the value.
obj
The object.
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

StringSeriesCollection Class
StringSeriesCollection Members

 

 


Copyright © GrapeCity, inc. All rights reserved.