Click or drag to resize

LiteHelperReadAscii Method

[Missing <summary> documentation for "M:Orthogonal.NTagLite.LiteHelper.ReadAscii(System.IO.Stream,System.Int32)"]


Namespace: Orthogonal.NTagLite
Assembly: Orthogonal.NTagLite (in Orthogonal.NTagLite.dll) Version: 3.0.4
Syntax
C#
public static string ReadAscii(
	Stream stream,
	int length
)

Parameters

stream  Stream

[Missing <param name="stream"/> documentation for "M:Orthogonal.NTagLite.LiteHelper.ReadAscii(System.IO.Stream,System.Int32)"]

length  Int32

[Missing <param name="length"/> documentation for "M:Orthogonal.NTagLite.LiteHelper.ReadAscii(System.IO.Stream,System.Int32)"]

Return Value

String

[Missing <returns> documentation for "M:Orthogonal.NTagLite.LiteHelper.ReadAscii(System.IO.Stream,System.Int32)"]

See Also