Swi-cs-pl - A CSharp class library to connect .NET languages with SWI-Prolog
PlCodeList Method (text)
SwiPlCs interface ► SbsSW.SwiPlCs ► PlTerm ► PlCodeList(String)
Create a Prolog list of ASCII codes from a 0-terminated C-string.
Declaration Syntax
C# | Visual Basic | Visual 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
Assembly: SwiPlCs (Module: SwiPlCs.dll) Version: 1.1.60605.0 (1.1.60605.0)