Metodo UtilIniFilesWriteValue
|
Namespace: DedNetSwAssembly: DedNetSw (in DedNetSw.dll) Versione: 27.1.0
Sintassi public void WriteValue(
string Section,
string Key,
string Value
)
Public Sub WriteValue (
Section As String,
Key As String,
Value As String
)
public:
void WriteValue(
String^ Section,
String^ Key,
String^ Value
)
member WriteValue :
Section : string *
Key : string *
Value : string -> unit
Parametri
- Section String
-
- Key String
-
- Value String
-
Vedi anche