Hello to all members,
is there any way to convert this Java code to FWH (getBytes method):
Thanks
is there any way to convert this Java code to FWH (getBytes method):
*
*
*
protected static byte[] getTest(String httpMethod, String methodUri, String username, String password)
{
String str = httpMethod + "\n" + methodUri + "\n" + username + "\n" + password;
return str.getBytes(UTF8); Â Â Â Â Â Â Â /**return byte array**/
}Thanks
Boris (FWH 20.07, xHarbour 1.2.3, Harbour 3.2.0, BCC74, MySql 5.7)