public class StringExt extends Object
StringExt class.
StringExt()
Boolean
toBoolean(String self)
Byte
toByte(String self)
Double
toDouble(String self)
Float
toFloat(String self)
Integer
toInt(String self)
Long
toLong(String self)
Short
toShort(String self)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public StringExt()
public Boolean toBoolean(String self)
toBoolean.
self
String
public Integer toInt(String self)
toInt.
public Long toLong(String self)
toLong.
public Float toFloat(String self)
toFloat.
public Double toDouble(String self)
toDouble.
public Short toShort(String self)
toShort.
public Byte toByte(String self)
toByte.
Copyright © 2023. All rights reserved.