Clearsilver.CSTContext.cs_parse_string C# (CSharp) Method

cs_parse_string() private method

private cs_parse_string ( CSPARSE parse, STR buffer, int buf_len ) : NEOERR*
parse CSPARSE
buffer STR
buf_len int
return NEOERR*
        static unsafe extern NEOERR *cs_parse_string(CSPARSE *parse,       
                        STR* buffer, 
                        int buf_len);