'Declaration
<JetBrains.Annotations.MustUseReturnValueAttribute()> <JetBrains.Annotations.PureAttribute()> Public Shared Function IsNormalizedIdentifier( _ ByVal identifier As Object _ ) As Boolean
'Usage
Dim identifier As Object Dim value As Boolean value = UANodeId.IsNormalizedIdentifier(identifier)
[JetBrains.Annotations.MustUseReturnValue()] [JetBrains.Annotations.Pure()] public static bool IsNormalizedIdentifier( object identifier )
[JetBrains.Annotations.MustUseReturnValue()] [JetBrains.Annotations.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
.
This return value of this method should not be ignored.