AVEVA CAF API Documenation

Text value
(Optional)
(Optional)
ConvertToArray<T> Method
Converts string to an array
Syntax
public static IEnumerable<T> ConvertToArray<T>( 
   string textValue,
   XElement match,
   Func<string,T> converter
)
public:
static IEnumerable<T^>^ ConvertToArraygeneric<typename T>
( 
   String^ textValue,
   XElement^ match,
   Func<String^,T^>^ converter
) 

Parameters

textValue
Text value
match
(Optional)
converter
(Optional)

Type Parameters

T
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