Validates an OID value.

Namespace: Nehta.VendorLibrary.Common
Assembly: Nehta.VendorLibrary.Common (in Nehta.VendorLibrary.Common.dll) Version: 3.0.2.0 (1.0.0.0)

Syntax

C#
public bool OidCheck(
	string name,
	string value,
	bool required
)
Visual Basic
Public Function OidCheck ( _
	name As String, _
	value As String, _
	required As Boolean _
) As Boolean
Visual C++
public:
bool OidCheck(
	String^ name, 
	String^ value, 
	bool required
)

Parameters

name
Type: System..::..String
Name of the parameter.
value
Type: System..::..String
Value of the parameter to validate.
required
Type: System..::..Boolean
Indicates if the parameter is required.

Return Value

A boolean indicating if the validation passed.

See Also