SystemInformation.DbcsEnabled : SystemInfo « Development Class « C# / C Sharp
- C# / C Sharp
- Development Class
- SystemInfo
SystemInformation.DbcsEnabled
using System;
using System.Drawing;
using System.Windows.Forms;
class MainClass{
public static void Main()
{
Console.WriteLine(SystemInformation.DbcsEnabled);
}
}
Related examples in the same category