6 overrides of Parse
System.Windows.Forms.Design (6)
System\Windows\Forms\Design\FormatControl.CurrencyFormatType.cs (1)
69
public override bool
Parse
(string formatString) =>
System\Windows\Forms\Design\FormatControl.CustomFormatType.cs (1)
102
public override bool
Parse
(string formatString) => true;
System\Windows\Forms\Design\FormatControl.DateTimeFormatType.cs (1)
63
public override bool
Parse
(string formatString) => ParseStatic(formatString);
System\Windows\Forms\Design\FormatControl.NoFormattingFormatType.cs (1)
25
public override bool
Parse
(string formatString) => false;
System\Windows\Forms\Design\FormatControl.NumericFormatType.cs (1)
69
public override bool
Parse
(string formatString) => ParseStatic(formatString);
System\Windows\Forms\Design\FormatControl.ScientificFormatType.cs (1)
69
public override bool
Parse
(string formatString) =>