'Declaration
<PureAttribute()> Public Shared Function IsNormalizedIdentifier( _ ByVal identifier As Object _ ) As Boolean
'Usage
Dim identifier As Object Dim value As Boolean value = UANodeId.IsNormalizedIdentifier(identifier)
[Pure()] public static bool IsNormalizedIdentifier( object identifier )
[Pure()] public: static bool IsNormalizedIdentifier( Object^ identifier )
Parameters
- identifier
- The identifier object to be tested.
The value of this parameter can be
null
(Nothing
in Visual Basic).
Return Value
true
if the identifier is normalized; otherwise, returns false
.