Description:

Adds or sets a user data string to the document.

Syntax:
public string SetString(
string key,
string value
)
Parameters:
  • value
  • Type: string
  • The entry value.
Returns:
Type: string
The previous value if successful and a previous value existed.
Available since:
5.0

Description:

Adds or sets a user data string to the document.

Syntax:
public string SetString(
string section,
string entry,
string value
)
Parameters:
  • section
  • Type: string
  • The section.
  • entry
  • Type: string
  • The entry name.
  • value
  • Type: string
  • The entry value.
Returns:
Type: string
The previous value if successful and a previous value existed.
Available since:
5.0

Nothing found