PlCodeList Method (text)

SWI-Prolog SbsSW.SwiPlCs

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 Basic Visual C++
public static PlTerm PlCodeList(
	string text
)
Public Shared Function PlCodeList ( _
	text As String _
) As PlTerm
public:
static PlTerm PlCodeList(
	String^ text
)
Parameters
text (String)
The text
Return Value
a new PlTerm

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