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

Empty

empty value

Properties

IsNull

Booleanarrow-up-right: Checks if this SalBinary object contains a null value.

Length

SalNumberarrow-up-right: Returns the buffer's length.

Value

Byte[]arrow-up-right: Returns the inner byte[] value

Methods

GetBufferLength()

Returns the current buffer length of the string.

Returns: SalNumberarrow-up-right. nLength

SetBufferLength(target, length)

Parameter
Type
Description

Returns: Booleanarrow-up-right.

Implements

Name
Description

Common base interface for Sal types.

Last updated