Class CWideString

java.lang.Object
de.intarsys.nativec.api.CWideString

public final class CWideString extends Object
Wrapper class to indicate use of a "wide" string on native side.

Use this to indicate on a native call parameter or return type that you will deal with the platforms wide string capabilities.

  • Constructor Details

    • CWideString

      public CWideString(String string)
  • Method Details

    • getString

      public String getString()