Show / Hide Table of Contents
View Source

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 Source

PadNull(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[]
View Source

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[]
Back to top Copyright © 2015-2016 Microsoft
Generated by DocFX