Click or drag to resize

LiteHelperPrintChars Method

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


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

Parameters

buffer  Byte

[Missing <param name="buffer"/> documentation for "M:Orthogonal.NTagLite.LiteHelper.PrintChars(System.Byte[],System.Int32,System.Int32)"]

offset  Int32

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

maxLength  Int32

[Missing <param name="maxLength"/> documentation for "M:Orthogonal.NTagLite.LiteHelper.PrintChars(System.Byte[],System.Int32,System.Int32)"]

Return Value

String

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

See Also