Java Java String Format toJavaBool(byte goBool)

Here you can find the source of toJavaBool(byte goBool)

Description

to Java Bool

License

Apache License

Declaration

static boolean toJavaBool(byte goBool) 

Method Source Code

//package com.java2s;
//License from project: Apache License 

public class Main {
    static boolean toJavaBool(byte goBool) {
        return goBool == 1;
    }/*from  ww w .  j av  a  2s  .  c  o  m*/
}

Related

  1. toJava(final double[] doubles)
  2. toJava(String name)
  3. toJava(String text)
  4. toJAVA(String unicode)
  5. toJavaBeanPropertyName(String prop)
  6. toJavaCasing(final String pName)
  7. toJavaClassName(String str)
  8. toJavaConstantIdentifier(String name)
  9. toJavadocComment(String comment)