SequenceField.FindParseStateWithTag(String, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
override Microsoft::Solutions::BTAHL7::Pipelines::ParserState ^ FindParseStateWithTag(System::String ^ nextTag, [Runtime::InteropServices::Out] bool % unexpectedTag);
public override Microsoft.Solutions.BTAHL7.Pipelines.ParserState FindParseStateWithTag (string nextTag, out bool unexpectedTag);
override this.FindParseStateWithTag : string * -> Microsoft.Solutions.BTAHL7.Pipelines.ParserState
Public Overrides Function FindParseStateWithTag (nextTag As String, ByRef unexpectedTag As Boolean) As ParserState
Parameters
- nextTag
- String
- unexpectedTag
- Boolean