I
IAMI
Hello, I want to ask a question for a friend of mine.
(I haven't learned C# yet.)
How to read and write a key_value from a file.
I know in Java programming,could do like the following:
===============================
ResourceBundle xBundle = ResourceBundle.getBundle("xxxx");
String testStr = xBundle .getString("testStr")
===============================
In this way I can read the string value "testStr" from the
xxxx.properties.
So now the question is :
In the C# programming, is there any way to read and write
a string value(key_value) from a file. And the file is
"*.conf"¡£
Thanks.
(I haven't learned C# yet.)
How to read and write a key_value from a file.
I know in Java programming,could do like the following:
===============================
ResourceBundle xBundle = ResourceBundle.getBundle("xxxx");
String testStr = xBundle .getString("testStr")
===============================
In this way I can read the string value "testStr" from the
xxxx.properties.
So now the question is :
In the C# programming, is there any way to read and write
a string value(key_value) from a file. And the file is
"*.conf"¡£
Thanks.