SetString
SetString(string, string)
public bool SetString(string name, string value) ;
Description
It wants to set the value of the String type.
Parameters
| Parameter Name | Description | 
|---|---|
| name | Name. | 
| value | Value. | 
Returns
The true when there parameters of the specified name.
SetString(int, string)
public bool SetString(int id, string value) ;
Description
It wants to set the value of the String type.
Parameters
| Parameter Name | Description | 
|---|---|
| id | ID. | 
| value | Value. | 
Returns
The true when there parameters of the specified name.