StringPlaceHolderSetFormatted 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.9.0.0 (5.9.0)
Syntaxpublic void SetFormatted(
	string formatString,
	params Object[] args
)
Public Sub SetFormatted ( 
	formatString As String,
	ParamArray args As Object()
)
Parameters
- formatString
 - Type: SystemString
The format string. - args
 - Type: SystemObject
The args. 
See Also