Validates a UUID value.
Namespace: Nehta.VendorLibrary.CommonAssembly: Nehta.VendorLibrary.Common (in Nehta.VendorLibrary.Common.dll) Version: 3.0.2.0 (1.0.0.0)
Syntax
C# |
---|
public bool UuidCheck( string name, UniqueId value, bool required ) |
Visual Basic |
---|
Public Function UuidCheck ( _ name As String, _ value As UniqueId, _ required As Boolean _ ) As Boolean |
Visual C++ |
---|
public: bool UuidCheck( String^ name, UniqueId^ value, bool required ) |
Parameters
- name
- Type: System..::..String
Name of the parameter.
- value
- Type: System.Xml..::..UniqueId
Value of the parameter to validate.
- required
- Type: System..::..Boolean
Indicates if the parameter is required.