public delegate string Categorizer(
string token,
IFormatProvider provider
)Public Delegate Function Categorizer (
token As String,
provider As IFormatProvider
) As Stringpublic delegate String^ Categorizer(
String^ token,
IFormatProvider^ provider
)type Categorizer =
delegate of
token : string *
provider : IFormatProvider -> stringObjects of type Categorizer can be used to define how a CategoricalDataSet should be encoded when reading numerical data from a stream of characters.