Validates a fully qualified identifier
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 OidQualifiedIdCheck( string name, string value, bool required ) |
Visual Basic |
---|
Public Function OidQualifiedIdCheck ( _ name As String, _ value As String, _ required As Boolean _ ) As Boolean |
Visual C++ |
---|
public: bool OidQualifiedIdCheck( 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.