Description:
Syntax:
public String GetValue(
Int32 i
)
Returns:
Type: String
Available since:
5.0

Description:
Syntax:
public String GetValue(
String key
)
Returns:
Type: String
Available since:
5.0

Description:

Gets a user data string from the document.

Syntax:
public String GetValue(
String section,
String entry
)
Parameters:
  • section
  • Type: System.String
  • The section at which to get the value.
  • entry
  • Type: System.String
  • The entry to search for.
Returns:
Type: String
The user data.
Available since:
5.0

Nothing found