Click or drag to resize

StringPlaceHolder.SetFormatted Method

Sets the value to the formatted string constructed from the parameters specified

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax
public void SetFormatted(
	string formatString,
	params Object[] args
)

Parameters

formatString
Type: System.String
The format string.
args
Type:System.Object[]
The args.
See Also