Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AF SDK Reference

AFSearchTokenBase.ToString Method (IList(AFSearchTokenBase))

AFSearchTokenBase.ToString Method (IList(AFSearchTokenBase))

  • Last UpdatedNov 18, 2025
  • 2 minute read
AFSearchTokenBase.ToString Method (IList(AFSearchTokenBase))
This method will return a String that represents the list of AFSearchTokenBase objects.

Namespace:  OSIsoft.AF.Search
Assembly:  OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182

Syntax

public static string ToString(
	IList<AFSearchTokenBase> tokens
)
Public Shared Function ToString ( 
	tokens As IList(Of AFSearchTokenBase)
) As String

Dim tokens As IList(Of AFSearchTokenBase)
Dim returnValue As String

returnValue = AFSearchTokenBase.ToString(tokens)
public:
static String^ ToString(
	IList<AFSearchTokenBase^>^ tokens
)
static member ToString : 
        tokens : IList<AFSearchTokenBase> -> string 

Parameters

tokens
Type: System.Collections.GenericIListAFSearchTokenBase
The list of AFSearchTokenBase objects to be represented by the returned string.

Return Value

Type: String
Returns the String representation of the list of AFSearchTokenBase objects.

Remarks

The returned String representation of the list of AFSearchTokenBase objects can be passed to the ParseQueryString(String) method.

Version Information

AFSDK

Supported in: 3.1.1, 3.1.0, 3.0.2, 3.0.1, 3.0.0, 2.10.11, 2.10.5

See Also

In This Topic
Related Links
TitleResults for “How to create a CRG?”Also Available in