Click or drag to resize

LiteEncoderDecodeIso Method

Decodes an ISO-8859-1 buffer range to a string.

Namespace: Orthogonal.NTagLite
Assembly: Orthogonal.NTagLite (in Orthogonal.NTagLite.dll) Version: 3.0.4
Syntax
C#
public static string DecodeIso(
	byte[] data,
	int offset,
	int length
)

Parameters

data  Byte

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

offset  Int32

[Missing <param name="offset"/> documentation for "M:Orthogonal.NTagLite.LiteEncoder.DecodeIso(System.Byte[],System.Int32,System.Int32)"]

length  Int32

[Missing <param name="length"/> documentation for "M:Orthogonal.NTagLite.LiteEncoder.DecodeIso(System.Byte[],System.Int32,System.Int32)"]

Return Value

String

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

See Also