Trim(System.Byte[]) Method

Removes trailing null bytes from a byte array.

Parameters

Name Description
valueThe byte array to trim.

Returns

A new array with the trailing null bytes removed.

Exceptions

Remarks

Examples

See Also