The SalString type exposes the following members.

Properties

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

See Also