ConvertToULong() 공개 정적인 메소드

public static ConvertToULong ( object o ) : ulong
o object
리턴 ulong
예제 #1
0
 protected override ulong Convert(object x)
 {
     return(Util.ConvertToULong(x));
 }