Click or drag to resize

SerialPortStringToDecimalString Method

Converts a string to decimal representation.

Namespace: ZylSoft.Serial
Assembly: ZylSerialPort (in ZylSerialPort.dll) Version: 1.83.8519.34486
Syntax
public static string StringToDecimalString(
	string str
)

Parameters

str  String
String to be converted.

Return Value

String
Decimal representation of the string.
See Also