Locale-Sensitive Java Method
java.lang.String
public byte[] getBytes()
public byte[] getBytes(String charsetName)
Internationalization (I18n) Method Overview
The getBytes method 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
|