GetFormattedString(String,Object[]) Method (ImagingResourceManager)
Returns the formatted string resource.
'Declaration
Public Function GetFormattedString( _
ByVal As System.String, _
ByVal ParamArray () As System.Object _
) As System.String
public System.String GetFormattedString(
System.String ,
params System.Object[]
)
public: System.String GetFormattedString(
System.String ,
params System.Object[]*
)
public:
System.String GetFormattedString(
System.String ,
... array<System.Object>^
)
Parameters
- name
- The resource name.
- args
- The arguments that should be used for formatting of string resource.
Return Value
Formatted string resource.
Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5