Пример #1
0
 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
 _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
 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
 list.Add(local2.Initialize(Convert.ToInt32(local)));