| Locale-Sensitive Java Methodjava.lang.String
public byte[] getBytes()
 public byte[] getBytes(String charsetName)
 Internationalization (I18n) Method OverviewThe getBytesmethod encodes this String into a sequence of 
            bytes using the platform's default charset (or specified charset), 
            storing the result into a new byte array. For more information click 
           
	       here. Locale-Sensitive Java Methods   
 |