BaseGpsReceiverStringToAsciiByteArray Method

ZylGpsReceiver.NET Mobile
Converts string to ASCII / ANSI byte array.

Namespace:  ZylSoft.Gps.Mobile
Assembly:  ZylGpsReceiverMobile (in ZylGpsReceiverMobile.dll) Version: 3.14.6846.29005
Syntax

public static byte[] StringToAsciiByteArray(
	string text
)

Parameters

text
Type: SystemString
String value to be converted,

Return Value

Type: Byte
Byte array representation of the string.
See Also

Reference