예제 #1
0
 public bool JsValue2Boolean(LTExecState es, long v)
 {
     return(LTFrameExtern.JsValue2BooleanNet(es, v));
 }