SetString(String,String,Boolean) Method (ImagingResourceManager)
Sets the string resource with specified name.
'Declaration
Public Overridable Function SetString( _
ByVal As System.String, _
ByVal As System.String, _
ByVal As Boolean _
) As Boolean
public virtual bool SetString(
System.String ,
System.String ,
bool
)
public: virtual bool SetString(
System.String ,
System.String ,
bool
)
public:
virtual bool SetString(
System.String ,
System.String ,
bool
)
Parameters
- name
- The resource name.
- value
- The string resource value.
- overwrite
- A value indicating whether the string resource must be overwritten if it is already exists.
Return Value
True if resource is set; otherwise, false.
Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5