Returns String representation of the underlying type.


Namespace: FDF.Common.Features
Assembly: FDF.Common (in FDF.Common.dll)

Syntax

Visual Basic (Declaration)
Public Function GetTypeName() As String _
    Implements IFdfLocalizable.GetTypeName
C#
public string GetTypeName()
C++
public:
 String GetTypeName() sealed 
J#
public string GetTypeName()
JScript
public  function GetTypeName() : String

Implements

IFdfLocalizable.GetTypeName

See Also