AVEVA Database .NET Public Interface

DbFieldFormat.Format Method

Return the formatted value of a field for a given attribute

Overload List

Return the formatted value of a field for a given attribute

public string Format(DbAttribute,DbAttributeField);

Return the formatted value of a special field for a given attribute

public string Format(DbAttribute,DbAttributeSpecialField);

Return the formatted value of a field for a given ElementType

public string Format(DbElementType,DbNounField);

Return the formatted value of a special field for a given ElementType

public string Format(DbElementType,DbNounSpecialField);

See Also

DbFieldFormat Class | Aveva.Pdms.Database Namespace