| ZylGPSReceiver Mobile for Smart Phone |
|
GPSReceiver.StringToUTF8ByteArray Method
Converts string to UTF8 byte array.
[Visual Basic]
Public Shared Function StringToUTF8ByteArray( _
ByVal
String As
String _
) As
Byte()
[C#]
public static
byte[] StringToUTF8ByteArray(
String text);
Parameters
-
String
- String value to be converted,
Return Value
Byte array representation of the string.
See Also
GPSReceiver Class | ZylGPSReceiverMobileSP Namespace