NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Marshal.SystemDefaultCharSize

Defined as 1 on an ANSI platform, and 2 on a UNICODE platform

[Visual Basic]
Public Shared ReadOnly SystemDefaultCharSize As Integer
[C#]
public static readonly int SystemDefaultCharSize;
[C++]
public: static readonly int SystemDefaultCharSize;
[JScript]
public static var SystemDefaultCharSize : int;

See Also

Marshal Class | Marshal Members | System.Runtime.InteropServices Namespace