Ejemplo n.º 1
0
 /// <summary>
 /// Get the <see cref="int"/> value of the Code Point
 /// </summary>
 /// <param name="hexa">Code Point in hexadecimal format</param>
 /// <returns></returns>
 static public int IntFromHexa(string hexa)
 {
     return(ConvertExtend.IntFromHexa(hexa));
 }