BaseGpsReceiverStringToAsciiByteArray Method |
Converts string to ASCII / ANSI byte array.
Namespace: ZylSoft.GpsAssembly: ZylGpsReceiver (in ZylGpsReceiver.dll) Version: 3.32.9621.18621
XMLNS for XAML: Not mapped to an xmlns.
Syntaxpublic static byte[] StringToAsciiByteArray(
string text
)
Public Shared Function StringToAsciiByteArray (
text As String
) As Byte()
Dim text As String
Dim returnValue As Byte()
returnValue = BaseGpsReceiver.StringToAsciiByteArray(text)
public:
static array<unsigned char>^ StringToAsciiByteArray(
String^ text
)
static member StringToAsciiByteArray :
text : string -> byte[] public static byte[] StringToAsciiByteArray(
String text
)
public static function StringToAsciiByteArray(
text : String
) : byte[]
ZylSoft.Gps.BaseGpsReceiver.StringToAsciiByteArray = function(text);
STATIC METHOD StringToAsciiByteArray(
text AS STRING
) AS BYTE[]
No code example is currently available or this language may not be supported.
Parameters
- text String
-
String value to be converted,
Return Value
Byte
Byte array representation of the string.
See Also