Java tutorial
//package com.java2s; public class Main { private static byte ValueOf(String string) { return Byte.valueOf(string); } }