SMetrID V3 Library - manuál programátora
C#
Show/Hide TOC
Byte
Buffer
Trim
End Method
Removes specified bytes from the end of buffer.
Definition
Namespace:
OddPrg
Assembly:
OddPrg (in OddPrg.dll) Version: 2.0.0.0 (2.0.0.0)
C#
Copy
public
void
TrimEnd
(
byte
[]
bytesToRemove
)
Parameters
bytesToRemove
Byte
See Also
Reference
ByteBuffer Class
OddPrg Namespace
In This Article
Definition
See Also