AVEVA Database .NET Public Interface

DbFieldFormat.AddReplace Method 

Add a replacement specification. Replacements are applied first, and will replace any and all occurences of the invalue in values returned with the rvalue

public void AddReplace(
   string invalue,
   string rvalue
);

Parameters

invalue
String to be replaced
rvalue
String with which it is to be replaced

See Also

DbFieldFormat Class | Aveva.Pdms.Database Namespace