StringIndexDataProvider.Item

StringIndexDataProvider indexer

Gets/sets string at the specified index.

public abstract string this[int index] { get; set; }
ParameterDescription
indexIndex of string, index means an ordinal number at CFF INDEX structure, not SID

Return Value

String

See Also