Tesseract Engine Documentation

Challenge1.ValidateStudentCode Method 

Parses the student code for validity

public override bool ValidateStudentCode(
   String studentCode,
   String studentOutput
);

Parameters

studentCode
Student's Code
studentOutput
Output from the compiler

Return Value

bool

See Also

Challenge1 Class | DarkWynter.App.ChallengeSet Namespace