Class DataPadder
Inheritance
System.Object
DataPadder
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace:EvilDICOM.Core.IO.Data
Assembly:EvilDICOM.dll
Syntax
public class DataPadder
Methods
View SourcePadNull(Byte[])
Pads null bytes around the data to make it even
Declaration
public static byte[] PadNull(byte[] toPad)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Byte[] | toPad |
Returns
| Type | Description |
|---|---|
| System.Byte[] |
PadSpace(Byte[])
Pads a space character around the data to make it even
Declaration
public static byte[] PadSpace(byte[] toPad)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Byte[] | toPad |
Returns
| Type | Description |
|---|---|
| System.Byte[] |