The SalStringContext type exposes the following members.

Properties

  NameDescription
Public propertyContext
Returns the wrapped context object.
Public propertyIsBlob
Blob flag.
(Inherited from SalString.)
Public propertyIsEmpty
Checks if this SalString object contains a null value or is empty.
(Inherited from SalString.)
Public propertyIsNull
Checks if this SalString object contains a null value.
(Inherited from SalString.)
Public propertyItem
Character indexer
(Inherited from SalString.)
Public propertyLength
Returns the string's length up to the terminator char.
(Inherited from SalString.)
Public propertyValue
Returns the inner string value
(Inherited from SalString.)

See Also