Validates that the argument is a UUID.

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

Syntax

C#
public static void ValidateUUID(
	string name,
	string value,
	bool required
)
Visual Basic
Public Shared Sub ValidateUUID ( _
	name As String, _
	value As String, _
	required As Boolean _
)
Visual C++
public:
static void ValidateUUID(
	String^ name, 
	String^ value, 
	bool required
)

Parameters

name
Type: System..::..String
The name of the argument to validate.
value
Type: System..::..String
The value of the argument to validate.
required
Type: System..::..Boolean
Indicates if the argument is required.

See Also