Swi-cs-pl - A CSharp class library to connect .NET languages with SWI-Prolog
PlCodeList Method (text)
SwiPlCs interfaceSbsSW.SwiPlCsPlTermPlCodeList(String)
Create a Prolog list of ASCII codes from a 0-terminated C-string.
Declaration Syntax
C#Visual BasicVisual C++F#
public static PlTerm PlCodeList(
	string text
)
Public Shared Function PlCodeList ( 
	text As String
) As PlTerm
public:
static PlTerm PlCodeList(
	String^ text
)
static member PlCodeList : 
        text : string -> PlTerm 
Parameters
text (String)
The text
Return Value

Assembly: SwiPlCs (Module: SwiPlCs.dll) Version: 1.1.60601.0 (1.1.60601.0)