AbstractDataEntity.IsDelimiter(Int32, DelimiterSet, Boolean, 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:
virtual int IsDelimiter(int ch, Microsoft::Solutions::BTAHL7::Pipelines::DelimiterSet ^ ds, [Runtime::InteropServices::Out] bool % isEscape, [Runtime::InteropServices::Out] bool % isOtherDelim);
public virtual int IsDelimiter (int ch, Microsoft.Solutions.BTAHL7.Pipelines.DelimiterSet ds, out bool isEscape, out bool isOtherDelim);
abstract member IsDelimiter : int * Microsoft.Solutions.BTAHL7.Pipelines.DelimiterSet * * -> int
override this.IsDelimiter : int * Microsoft.Solutions.BTAHL7.Pipelines.DelimiterSet * * -> int
Public Overridable Function IsDelimiter (ch As Integer, ds As DelimiterSet, ByRef isEscape As Boolean, ByRef isOtherDelim As Boolean) As Integer
Parameters
- ch
- Int32
- ds
- DelimiterSet
- isEscape
- Boolean
- isOtherDelim
- Boolean