NDoc 1.3.1 SDK

PathItemBase PathItemBase to String Conversion 

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.

Arguments [Visual Basic, JScript]

path
The PathItemBase to convert.

Parameters [C#, C++]

path
The PathItemBase to convert.

Return Value

A string containg the fully-qualified path contained in the passed PathItemBase.

See Also

PathItemBase Class | NDoc.Core Namespace