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