Return the formatted value of a field for a given attribute
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);
DbFieldFormat Class | Aveva.Pdms.Database Namespace