Class FlowParser
public sealed class FlowParser
- Inheritance
-
FlowParser
- Inherited Members
Methods
Parse(string, string?, bool)
public OperationResult<CressFlow> Parse(string content, string? sourceFile = null, bool strict = false)
Parameters
Returns
ParseFile(string, bool)
public OperationResult<CressFlow> ParseFile(string filePath, bool strict = false)