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