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 BasicVisual C++F#
public static PlTerm PlCharList(
	string text
)
Public Shared Function PlCharList ( 
	text As String
) As PlTerm
public:
static PlTerm PlCharList(
	String^ text
)
static member PlCharList : 
        text : string -> PlTerm 
Parameters
text (String)
a string
Return Value
PlTerm
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.dll) Version: 1.1.60601.0 (1.1.60601.0)