コード例 #1
0
ファイル: _Format.cs プロジェクト: sonygod/dotahit
            static DHFormatter()
            {
                RefreshFormatForCurrentThread();

                stringFormatter = new DBCHAR();
                stringFormatter.Attributes.Add(new TrimAttribute('"'));

                boolFormatter = new DBBIT();
                intFormatter  = new DBINT();
            }
コード例 #2
0
ファイル: _Format.cs プロジェクト: sonygod/dotahit
            static DHFormatter()
            {
                RefreshFormatForCurrentThread();

                stringFormatter = new DBCHAR();
                stringFormatter.Attributes.Add(new TrimAttribute('"'));

                boolFormatter = new DBBIT();
                intFormatter = new DBINT();
            }