'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.
Return Value
Returns
true
if the identifier is normalized; otherwise, returns false
.