SalBinary

PPJ.Runtime.SalBinary

Namespace: PPJ.Runtime

Assembly: PPJ.Runtime.49 (4.9.0.0)

SAL Binary type (TD6).

public class SalBinary : ISalType

Constructors

Constructs a new SalString object containing an empty string.

Constructs a new SalString object.

NameTypeDescription

buffer

Fields

NameTypeDescription

Empty

empty value

Properties

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

SalNumber: Returns the buffer's length.

Byte[]: Returns the inner byte[] value

Methods

Returns the current buffer length of the string.

Returns: SalNumber. nLength

ParameterTypeDescription

target

length

Returns: Boolean.

Implements

NameDescription

Common base interface for Sal types.

Last updated