AFSearchTokenBase.ToString Method (IList(AFSearchTokenBase))
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
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: StringReturns 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.