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

AF SDK Reference

AFSearchToken.ToString Method (IEnumerable(AFSearchToken))

AFSearchToken.ToString Method (IEnumerable(AFSearchToken))

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

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

Syntax

public static string ToString(
	IEnumerable<AFSearchToken> tokens
)
Public Shared Function ToString ( 
	tokens As IEnumerable(Of AFSearchToken)
) As String

Dim tokens As IEnumerable(Of AFSearchToken)
Dim returnValue As String

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

Parameters

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

Return Value

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

Remarks

The returned String representation of the list of AFSearchToken objects can be passed to the ParseQuery(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, 2.10.0, 2.10, 2.9.5, 2.9, 2.8.5, 2.8

See Also

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