BMXNET 4.0 Developer API
M-like utility method to answer a delimited string of pieces between two 1-based offsets
Namespace:
IndianHealthService.BMXNetAssembly: BMXNET40 (in BMXNET40.dll)
Syntax
C# | Visual Basic | Visual C++ |
Parameters
- thePieces
- String
Delimited input string e.g. one^two^three
- aDelimiter
- String
Delimiter character or string, commonly ~ ^ or |
- nthStart
- Int32
Starting 1-based index of the pieces to copy from
- mthEnd
- Int32
Ending 1-based index of the pieces to copy to