ToString(T) Method
See Also 
SourceCode.Framework Namespace > EnumParser<T> Class > ToString Method : ToString(T) Method



value

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Overloads Shared Function ToString( _
   ByVal value As T _
) As String
Visual Basic (Usage) Copy Code
Dim value As T
Dim value As String
 
value = EnumParser(Of T).ToString(value)
C#  
public static string ToString( 
   T value
)
C++/CLI  
public:
static String^ ToString( 
   T^ value
) 

Parameters

value

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also