AVEVA CAF API Documenation

The object type
The object value
ConvertToString<T> Method
Convert a templated object into a string.
Syntax
public static string ConvertToString<T>( 
   T value
)
public:
static String^ ConvertToStringgeneric<typename T>
( 
   T^ value
) 

Parameters

value
The object value

Type Parameters

T
The object type

Return Value

The string
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