ILNumerics Ultimate VS

StringPadding Enumeration

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Allowed settings for padding fixed length string datatypes.

[ILNumerics Core Module]

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

public enum StringPadding
Members

  Member nameValueDescription
NULLTERM0 Null terminate (as for common C strings).
ZEROPAD1 Pad with zeros.
SPACEPAD2 Pad with spaces (as for common FORTRAN strings).
ERROR3 This value is returned when the padding value configured is not known.
ROUNDTRIP4 For reading: keep the original setting as stored in the file.
Remarks

[ILNumerics Core Module]

See Also

Reference