VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging Namespace / ImagingResourceManager Class / SetString(String,String,Boolean) Method
Syntax Requirements SeeAlso
In This Topic
    SetString(String,String,Boolean) Method (ImagingResourceManager)
    In This Topic
    Sets the string resource with specified name.
    Syntax
    'Declaration
    
    Public Overridable Function SetString( _
    ByVal name
    The resource name.
    As System.String, _
    ByVal value
    The string resource value.
    As System.String, _
    ByVal overwrite
    A value indicating whether the string resource must be overwritten if it is already exists.
    As Boolean _
    ) As Boolean
    public virtual bool SetString(
    System.String name,
    System.String value,
    bool overwrite
    )
    public: virtual bool SetString(
    System.String name,
    System.String value,
    bool overwrite
    )
    public:
    virtual bool SetString(
    System.String name,
    System.String value,
    bool overwrite
    )

    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.
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also