Fill the buffer with blanks to align a field.


Namespace: nom.tam.util
Assembly: CSharpFITS_v1.1 (in CSharpFITS_v1.1.dll)

Syntax

Visual Basic (Declaration)
Public Function alignFill( _ 
   ByVal buffer As Byte(),  _ 
   ByVal offset As Integer,  _ 
   ByVal len As Integer _ 
) As Integer
C#
public int alignFill(
   byte[] buffer,
   int offset,
   int len
)
C++
public:
 int alignFill(
   array<char>^ buffer,
   int offset,
   int len
) sealed 
J#
public int alignFill(
   byte[] buffer,
   int offset,
   int len
)
JScript
public  function alignFill(
   buffer : Byte[],
   offset : int,
   len : int
) : int

See Also