'Declaration
<JetBrains.Annotations.MustUseReturnValueAttribute()> <JetBrains.Annotations.NotNullAttribute()> <JetBrains.Annotations.PureAttribute()> Public Shared Function EscapeBrowseName( _ ByVal browseName As String _ ) As String
'Usage
Dim browseName As String Dim value As String value = BrowsePath.EscapeBrowseName(browseName)
[JetBrains.Annotations.MustUseReturnValue()] [JetBrains.Annotations.NotNull()] [JetBrains.Annotations.Pure()] public static string EscapeBrowseName( string browseName )
[JetBrains.Annotations.MustUseReturnValue()] [JetBrains.Annotations.NotNull()] [JetBrains.Annotations.Pure()] public: static String^ EscapeBrowseName( String^ browseName )
Parameters
- browseName
- Browse name to be escaped.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).
Return Value
This method never returns null
(Nothing
in Visual Basic).
This return value of this method should not be ignored.