EncodeUtil
Method Overview
| Name | Description | Return |
|---|
| encodeToNonLossyAscii() | enocode String ให้เป็น Base64 ประเภท NonLossyAscii | String |
| encodeToNonLossyAsciiForApplyEdit() | enocode String ให้เป็น Base64 ประเภท NonLossyAscii สำหรับ apply edit บน arcgis | String |
Method Details
fun encodeToNonLossyAscii(original: String): String
enocode String ให้เป็น Base64 ประเภท NonLossyAscii
Parameters
| Name | Description | Type |
|---|
| original | String ที่ต้องการ encode | String |
fun encodeToNonLossyAsciiForApplyEdit(original: String): String
enocode String ให้เป็น Base64 ประเภท NonLossyAscii สำหรับ apply edit บน arcgis
Parameters
| Name | Description | Type |
|---|
| original | String ที่ต้องการ encode | String |