MongoGridFSSettingsReadEncoding Property |
Gets or sets the read encoding.
Namespace: MongoDB.Driver.GridFSAssembly: MongoDB.Driver.Legacy (in MongoDB.Driver.Legacy.dll) Version: 2.1.0
Syntax public UTF8Encoding ReadEncoding { get; set; }
Public Property ReadEncoding As UTF8Encoding
Get
Set
member ReadEncoding : UTF8Encoding with get, set
Property Value
Type:
UTF8EncodingSee Also