Click or drag to resize

LiteEncoderDecodeAscii(Byte) Method

Decodes a string from an ASCII buffer.

Namespace: Orthogonal.NTagLite
Assembly: Orthogonal.NTagLite (in Orthogonal.NTagLite.dll) Version: 3.0.4
Syntax
C#
public static string DecodeAscii(
	byte[] data
)

Parameters

data  Byte

[Missing <param name="data"/> documentation for "M:Orthogonal.NTagLite.LiteEncoder.DecodeAscii(System.Byte[])"]

Return Value

String

[Missing <returns> documentation for "M:Orthogonal.NTagLite.LiteEncoder.DecodeAscii(System.Byte[])"]

See Also