예제 #1
0
파일: Api.cs 프로젝트: wangpei421/h3net
 /// <summary>
 /// converts an H3Index to a canonical string
 /// </summary>
 public static void H3ToString(H3Index h, out string str)
 {
     str = h.ToString();
 }