set_string


Description:

public void set_string (ulong attr_type, string value)

Set an attribute on the builder for the string value or null.

If an attribute with attr_type already exists in the builder then it is changed to the new value, otherwise an attribute is added.

Parameters:

this

the builder

attr_type

the new attribute type

value

the attribute value