Click or drag to resize

LiteEncoderEncodeIso Method

Encodes a string as an ISO-8859-1 buffer.

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

Parameters

value  String

[Missing <param name="value"/> documentation for "M:Orthogonal.NTagLite.LiteEncoder.EncodeIso(System.String)"]

Return Value

Byte

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

See Also