AVEVA CAF API Documenation

Type to convert to
Text to convert
SafeConvertFromString<T> Method
Convert From String
Syntax
public static T SafeConvertFromString<T>( 
   string textValue
)
public:
static T^ SafeConvertFromStringgeneric<typename T>
( 
   String^ textValue
) 

Parameters

textValue
Text to convert

Type Parameters

T
Type to convert to
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