Exemplo n.º 1
0
 [Inline, DexNative] // avoid boxing, do not generate actual method
 public new string ToString()
 {
     return(NumberFormatter.FormatULong(this, null));
 }
Exemplo n.º 2
0
 [Inline, DexNative] // avoid boxing, do not generate actual method
 public string ToString(IFormatProvider provider)
 {
     return(NumberFormatter.FormatULong(this, provider));
 }
Exemplo n.º 3
0
 [Inline, DexNative] // avoid boxing, do not generate actual method
 public string ToString(string format)
 {
     return(NumberFormatter.FormatULong(format, this, null));
 }