Skip to main content
Version: 2023

SalBinary

Namespace: PPJ.Runtime

Assembly: PPJ.Web.49 (4.9.0.0)

SAL Binary type (TD6).

public class SalBinary : ISalType

Constructors

Instance memberSalBinary()

Constructs a new SalString object containing an empty string.

Instance memberSalBinary(buffer)

Constructs a new SalString object.

NameTypeDescription
bufferByte[]

Fields

NameTypeDescription
EmptySalBinaryempty value

Properties

Instance memberIsNull

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

Instance memberLength

SalNumber: Returns the buffer's length.

Instance memberValue

Byte[]: Returns the inner byte[] value

Methods

Instance memberGetBufferLength()

Returns the current buffer length of the string.

Returns: SalNumber. nLength

Instance memberSetBufferLength(target, length)

ParameterTypeDescription
targetSalBinary&
lengthInt32

Returns: Boolean.

Implements

NameDescription
ISalTypeCommon base interface for Sal types.