'Declaration
<NotNullAttribute()> <PureAttribute()> Public Shared Function EscapeBrowseName( _ ByVal browseName As String _ ) As String
'Usage
Dim browseName As String Dim value As String value = BrowsePath.EscapeBrowseName(browseName)
[NotNull()] [Pure()] public static string EscapeBrowseName( string browseName )
[NotNull()] [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).