PFSTokenReaderGetTokenString Method |
Get the string related to the current token.
Not all token types have data related to it. Only the
following tokens have data:
Namespace:
DHI.PFS
Assembly:
DHI.PFS (in DHI.PFS.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntaxpublic string GetTokenString()
Public Function GetTokenString As String
public:
String^ GetTokenString()
member GetTokenString : unit -> string
Return Value
Type:
String
See Also