SalBinary
PPJ.Runtime.SalBinary
Namespace: PPJ.Runtime
Assembly: PPJ.Web.49 (4.9.0.0)
SAL Binary type (TD6).
public class SalBinary : ISalType
Constructors
SalBinary()

Constructs a new SalString object containing an empty string.
SalBinary(buffer)

Constructs a new SalString object.
Name
Type
Description
Fields
Name
Type
Description
Properties
IsNull

Boolean: Checks if this SalBinary object contains a null value.
Length

SalNumber: Returns the buffer's length.
Value

Byte[]: Returns the inner byte[] value
Methods
GetBufferLength()

Returns the current buffer length of the string.
Returns: SalNumber. nLength
SetBufferLength(target, length)

Parameter
Type
Description
Returns: Boolean.
Implements
Name
Description
Common base interface for Sal types.
Last updated