Method | Description | |
---|---|---|
IntepretEnterAsTab ( object sender, System e ) : void | ||
IsTextNumeric ( string strTextToCheck ) : bool | ||
IsTextNumericNoPeriod ( string strTextToCheck ) : bool | ||
NumberOnlyEventCheck ( object sender, System.Windows.Input.TextCompositionEventArgs e ) : void |
This should be calle din an event to ensure that only numbers and periods are included
|
|
NumberOnlyEventCheckNoPeriod ( object sender, System.Windows.Input.TextCompositionEventArgs e ) : void |
This should be called in an event to just ensure that only numbers are included
|
public static IntepretEnterAsTab ( object sender, System e ) : void | ||
sender | object | |
e | System | |
return | void |
public static IsTextNumeric ( string strTextToCheck ) : bool | ||
strTextToCheck | string | |
return | bool |
public static IsTextNumericNoPeriod ( string strTextToCheck ) : bool | ||
strTextToCheck | string | |
return | bool |
public static NumberOnlyEventCheck ( object sender, System.Windows.Input.TextCompositionEventArgs e ) : void | ||
sender | object | |
e | System.Windows.Input.TextCompositionEventArgs | |
return | void |
public static NumberOnlyEventCheckNoPeriod ( object sender, System.Windows.Input.TextCompositionEventArgs e ) : void | ||
sender | object | |
e | System.Windows.Input.TextCompositionEventArgs | |
return | void |