Share via


CatProcureCatalogTable::buildLimitedLenStrByTrimmingParam1 Method

Builds a string by using the specified formatter and parameters, with length of possibly not more than the specified limit.

Syntax

client server public static str buildLimitedLenStrByTrimmingParam1(
    int _lenLimit, 
    str _formatter, 
    str _param1, 
    anytype _param2)

Run On

Called

Parameters

  • _lenLimit
    Type: int
    The soft length limit.
  • _formatter
    Type: str
    The formatter for the string to build.
  • _param1
    Type: str
    The first parameter to feed to the formatter for the string to build.
  • _param2
    Type: anytype
    The second parameter to feed to the formatter for the string to build.

Return Value

Type: str
A string generated by using the specified formatter and parameters.

See Also

Reference

CatProcureCatalogTable Table