コード例 #1
0
ファイル: JgProtokollEvg.cs プロジェクト: Gullus/JgDataSystem
 get => new TimeSpan(Convert.ToInt32(_ArDaten[0].Substring(0, 2)), Convert.ToInt32(_ArDaten[0].Substring(2, 2)), Convert.ToInt32(_ArDaten[0].Substring(4, 2)));
コード例 #2
0
 get => _date == null ? null : new SDate(Convert.ToInt32(_date.Split(' ')[0]), _date.Split(' ')[1], Convert.ToInt32(_date.Split(' ')[2].Replace("Y", "")));
コード例 #3
0
 hands[^ 1].Enqueue(Convert.ToInt32(input));
コード例 #4
0
ファイル: FontInfo.cs プロジェクト: sarhatabaot/TrueCraft
 _Padding = new Rectangle(Convert.ToInt32(padding[0]), Convert.ToInt32(padding[1]),
コード例 #5
0
 [ILTagId.Int32]                        = (s => new ILTagInt32(s, ILTagId.Int32), o => new ILTagInt32(Convert.ToInt32(o, CultureInfo.InvariantCulture))),
コード例 #6
0
 SdlTokenType.NumberInt32 => new SdlValue(Convert.ToInt32(reader.ValueSpan.ToString())),
コード例 #7
0
 get => _lastDayFeedTreat == null ? null : new SDate(Convert.ToInt32(_lastDayFeedTreat.Split(' ')[0]), _lastDayFeedTreat.Split(' ')[1], Convert.ToInt32(_lastDayFeedTreat.Split(' ')[2].Replace("Y", "")));
コード例 #8
0
ファイル: WpfFormAdapter.cs プロジェクト: Laxale/TwinSovet
 get => new Size(Convert.ToInt32(_window.MaxWidth > int.MaxValue ? int.MaxValue : _window.MaxWidth), Convert.ToInt32(_window.MaxHeight > int.MaxValue ? int.MaxValue : _window.MaxHeight));
コード例 #9
0
ファイル: SaveData.cs プロジェクト: renruoyu1989/rougelikeman
 list.Add(local2.Initialize(Convert.ToInt32(local)));