示例#1
0
 private string GetNumberText()
 {
     return(RadSpinElement.GetNumberText(this.Value, this.Hexadecimal, this.ThousandsSeparator, this.DecimalPlaces));
 }
示例#2
0
 protected virtual string GetNumberText(Decimal num)
 {
     return(RadSpinElement.GetNumberText(num, this.Hexadecimal, this.ThousandsSeparator, this.DecimalPlaces));
 }