AVEVA Database .NET Public Interface

DbAttribute.GetAsString Method (DbAttributeField, String)

Get the value of any attribute field as a string; array valued fields will be returned as the elements concatenated together separated by the specified array separator string

public string GetAsString(
   DbAttributeField field,
   string arrayseparator
);

Parameters

field
Any attribute field
arrayseparator
String to use to separate array elements

Return Value

Field value as a string

See Also

DbAttribute Class | Aveva.Pdms.Database Namespace | DbAttribute.GetAsString Overload List