Click or drag to resize

LiteEncoderEncodeAscii Method

Encodes a string as an ASCII buffer.

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

Parameters

value  String

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

Return Value

Byte

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

See Also