Skip to content

StringValue

StringValue is a ValueBase that stores strings.

Inherits ValueBase

Properties

Value : string

The value of this object.

Example

stringValue.Value = "Hello, world!"