'Declaration
<JetBrains.Annotations.ContractAnnotationAttribute("null => false")> <JetBrains.Annotations.MustUseReturnValueAttribute()> <JetBrains.Annotations.PureAttribute()> Public Shared Function IsValidBrowseName( _ ByVal browseName As String _ ) As Boolean
'Usage
Dim browseName As String Dim value As Boolean value = BrowsePath.IsValidBrowseName(browseName)
[JetBrains.Annotations.ContractAnnotation("null => false")] [JetBrains.Annotations.MustUseReturnValue()] [JetBrains.Annotations.Pure()] public static bool IsValidBrowseName( string browseName )
[JetBrains.Annotations.ContractAnnotation("null => false")] [JetBrains.Annotations.MustUseReturnValue()] [JetBrains.Annotations.Pure()] public: static bool IsValidBrowseName( String^ browseName )
Parameters
- browseName
- The string to be tested for validity.
The value of this parameter can be
null
(Nothing
in Visual Basic).
Return Value
true
when the given string is a valid browse name; false
otherwise.
This return value of this method should not be ignored.