Click or drag to resize

LiteHelperCheckRange Method

[Missing <summary> documentation for "M:Orthogonal.NTagLite.LiteHelper.CheckRange(System.Nullable{System.Int16},System.Int16,System.Int16,System.String)"]


Namespace: Orthogonal.NTagLite
Assembly: Orthogonal.NTagLite (in Orthogonal.NTagLite.dll) Version: 3.0.4
Syntax
C#
public static void CheckRange(
	short? value,
	short min,
	short max,
	string failMessage
)

Parameters

value  NullableInt16

[Missing <param name="value"/> documentation for "M:Orthogonal.NTagLite.LiteHelper.CheckRange(System.Nullable{System.Int16},System.Int16,System.Int16,System.String)"]

min  Int16

[Missing <param name="min"/> documentation for "M:Orthogonal.NTagLite.LiteHelper.CheckRange(System.Nullable{System.Int16},System.Int16,System.Int16,System.String)"]

max  Int16

[Missing <param name="max"/> documentation for "M:Orthogonal.NTagLite.LiteHelper.CheckRange(System.Nullable{System.Int16},System.Int16,System.Int16,System.String)"]

failMessage  String

[Missing <param name="failMessage"/> documentation for "M:Orthogonal.NTagLite.LiteHelper.CheckRange(System.Nullable{System.Int16},System.Int16,System.Int16,System.String)"]

See Also