Category: Proxy usage
Q
How do I create a .NET string from a Java string?
A
The short answer is: you don't. When you use a .NET string in a place where a Java Object or String is expected, it is automatically converted to a Java string.
