SMCParser.ParseString Method

Parses raw UTF-8 text as an SMC file.

SMCError ParseString(const char[] string, int& line, int& col)

Parameters

const char[] string

A string containing an SMC file.

int& line

An optional variable to store the last line number read.

int& col

An optional variable to store the last column number read.

Return Value

An SMCParseError result.