Example #1
0
 /// <summary>
 /// Returns the hexadecimal representation of the octal number.
 /// </summary>
 public Hexadecimal GetHexadecimal()
 {
     NSConvert.Decimal @decimal = GetDecimal();
     return(new Hexadecimal(@decimal.GetHexadecimal().ToString()));
 }