Extensions..::..Replace Method (array<Byte>[]()[][], array<Byte>[]()[][], array<Byte>[]()[][])
Replaces the specified bytes by others.
Namespace:
robotManager.HelpfulAssembly: robotManager (in robotManager.dll)
Syntax
<ExtensionAttribute> _ Public Shared Function Replace ( _ src As Byte(), _ find As Byte(), _ replaceBy As Byte() _ ) As Byte()
[ExtensionAttribute] public: static array<unsigned char^>^ Replace( array<unsigned char^>^ src, array<unsigned char^>^ find, array<unsigned char^>^ replaceBy )
Parameters
- src
- Type: array<Byte>[]()[][]
The source.
- find
- Type: array<Byte>[]()[][]
bytes to find.
- replaceBy
- Type: array<Byte>[]()[][]
replace found bytes by.