Click or drag to resize
MarshalSystemDefaultCharSize Field
Represents the default character size on the system; the default is 2 for Unicode systems and 1 for ANSI systems. This field is read-only.

Namespace: System.Runtime.InteropServices
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public static readonly int SystemDefaultCharSize

Field Value

Type: Int32
See Also