Explicit conversion of PathItemBase to String.
[Visual Basic] returnValue = PathItemBase.op_Implicit(path)[C#] public static implicit string operator operator ( PathItemBase path ) [C++] public: static String* op_Implicit( PathItemBase* path ) [JScript] returnValue = path;
[Visual Basic] In Visual Basic, you can use the conversion operators defined by a type, but you cannot define your own.
[JScript] In JScript, you can use the conversion operators defined by a type, but you cannot define your own.
A string containg the fully-qualified path contained in the passed PathItemBase.
PathItemBase Class | NDoc.Core Namespace