'Declaration
<CanBeNullAttribute()> <PureAttribute()> Public Operator Widening CType( _ ByVal value As String _ ) As BrowsePath
'Usage
[CanBeNull()] [Pure()] public BrowsePath operator implicit( string value )
[CanBeNull()] [Pure()] public: operator BrowsePath^ ( String^ value )
Parameters
- value
- The string containing the absolute browse path to be parsed.
Return Value
Returns
null
when the input is null
or an empty string. Otherwise, if the input string can be parsed, returns the corresponding browse path object.