ILNumerics Ultimate VS

H5StringDatasetContentEncoding Property

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Get the string encoding used to store the containing data string elements. Supported values: ASCII or UTF8.

[ILNumerics HDF5 Module]

Namespace:  ILNumerics.IO.HDF5
Assembly:  ILNumerics.IO.HDF5 (in ILNumerics.IO.HDF5.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax

public StringEncoding ContentEncoding { get; }

Property Value

Type: StringEncoding
Remarks

This value is read-only. Create a new string dataset or use the [!:Set(InArray<string>, StringEncoding?, hid_t?, hid_t?, StringPadding?)] function in order to change the setting of the content encoding. (This involves a removal and a recreation of the existing dataset, though.)

[ILNumerics HDF5 Module]

See Also

Reference