PlCharList Method (text)

SWI-Prolog SbsSW.SwiPlCs

Swi-cs-pl - A CSharp class library to connect .NET languages with SWI-Prolog PlCharList Method (text)
SwiPlCs interfaceSbsSW.SwiPlCsPlTermPlCharList(String)
Create a Prolog list of one-character atoms from a C#-string.
Declaration Syntax
C# Visual Basic Visual C++
public static PlTerm PlCharList(
	string text
)
Public Shared Function PlCharList ( _
	text As String _
) As PlTerm
public:
static PlTerm PlCharList(
	String^ text
)
Parameters
text (String)
a string
Return Value
A new PlTerm containing a prolog list of character
Remarks
Character lists are compliant to Prolog's atom_chars/2 predicate.

Assembly: SwiPlCs (Module: SwiPlCs) Version: 1.1.60301.0 (1.1.60301.0)