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.60601.0 (1.1.60601.0)