FileMetadata 1.0 control documentation

Writes the string value in specified Encoding to the Metadata

[Visual�Basic]
Public�Sub�SetStringValue( _
���ByVal data�As�String,�_
���ByVal encoding�As�Encoding�_
)
[C#]
public�void�SetStringValue(
���stringdata,
���Encodingencoding
);

Parameters

data
A string value that specifies the new value of the Metadata.
encoding
Encoding object to encode all the characters in the specified value into a sequence of bytes.

Remarks

See Also

MetadataItem Class | ElementIT.FileMetadata Namespace