Java Object NVL nvlLang(Object contend)

Here you can find the source of nvlLang(Object contend)

Description

nvl Lang

License

Open Source License

Declaration

public static Long nvlLang(Object contend) 

Method Source Code

//package com.java2s;

public class Main {

    public static Long nvlLang(Object contend) {
        return contend != null ? (Long.parseLong(contend.toString())) : 0L;
    }/*w w w  .  j  a  v  a2s .  co  m*/
}

Related

  1. nvl2(Object obj, Object obj1, Object obj2)
  2. nvlArr(String[][] planarArr)
  3. nvlDefault(String val)
  4. nvlEmptyString(String object)
  5. nvlInteger(String pString, Integer pInteger)
  6. NVLn(String str, String replace)
  7. nvlt(Object o)